formatting number columns in jquery datatables -


hi new datatables , wondering if there easy way format numbers have 2 decimal places etc. (234.12) in jquery datatables

  { mdata: 'costindollar', mrender: helper.numberhelper.rendermoney, stitle: 'cost', swidth: '10%', bsortable: true, stype: 'numeric', bvisible: true }, 

we can render numeric default decimal place 1 place after.

any appreciated

thanks


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -