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
Post a Comment