Column Not displaying Currency Value?
Column Not displaying Currency Value?
![westjohn1234](https://secure.gravatar.com/avatar/7b0c3d53e872eadb3a7387964fb798ca/?default=https%3A%2F%2Fvanillicon.com%2F7b0c3d53e872eadb3a7387964fb798ca_200.png&rating=g&size=120)
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.