Column Not displaying Currency Value?
Column Not displaying Currency Value?

Allan,
In Right now the formatting is wrong on the Asset Size column. Asset Size Column Is Currency Field....But it Displays like 3.0E+8...Any possible to format to Currency with thousand separators...
My code
jQuery.fn.dataTableExt.aTypes.push(
function ( sData ) {
var sValidChars = "0123456789.-";
var Char;
// Check the numeric part
for ( i=1 ; i
In Right now the formatting is wrong on the Asset Size column. Asset Size Column Is Currency Field....But it Displays like 3.0E+8...Any possible to format to Currency with thousand separators...
My code
jQuery.fn.dataTableExt.aTypes.push(
function ( sData ) {
var sValidChars = "0123456789.-";
var Char;
// Check the numeric part
for ( i=1 ; i
This discussion has been closed.