I've set :
$col["title"] = "value";
$col["name"] = "value";
$col["hidden"] = false;
$col["width"] = "100px";
$col["filter"]=false;
$col["formatter"] = "currency";
Somehow it shows"€" – What could went wrong?
1 Answers
Hello,
It looks to be a page encoding issue.
Refer this link: http://stackoverflow.com/questions/2477452/a-showing-in-page-in-place-of-this
You can also use custom currency formatter if base is not working as expected.
https://phpgrid.desk.com/customer/portal/questions/4012981-negative-value-currency-
Your Answer