Add Dollar $ Symbol
Add Dollar $ Symbol
![mnwuzor](https://secure.gravatar.com/avatar/ff8811149ac851e203714339a25f988d/?default=https%3A%2F%2Fvanillicon.com%2Fff8811149ac851e203714339a25f988d_200.png&rating=g&size=120)
Please how can I add a Dollar ($) symbol before the amount row below to give me $120,000 instead of 120,000
$sub_array = array();
$sub_array[] = $row["taxpayer"];
$sub_array[] = $row["taxidno"];
$sub_array[] = $row["amount"];
Thank you
This discussion has been closed.
Answers
I assume you mean add a dollar symbol for display purposes, in which case use columns.render.
Hi @mnwuzor ,
We're happy to take a look. As per the forum rules, if you could link to a running test case showing the issue we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin