Column Not displaying Currency Value?
Column Not displaying Currency Value?
westjohn1234
Posts: 15Questions: 0Answers: 0
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.