Mr Abu,
I have problem when use colum like this:
$col = array();
$col["title"] = "USD";
$col["name"] = "CONTRACT";
$col["search"] = false;
$col["editable"] = false;
$col["align"] = "right";
$col['formatter'] = "currency";
$col['formatoptions'] = array("thausendsSeparator"=>",", "decimalSeparator" => ".","prefix" => "$","decimalPlaces" => 2);
$cols[] = $col;
The colum will displya NaN.
Regards,
Samsun
1 Answers
Your Answer