format data from server
format data from server
I receive an 'amount' from the server as an integer (ex. 1000)
I know using the render method I can change its display format in the table, however, I would like to change the underlying value client side. (ex. amount/100) for all rows
How might I do this?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Solved my own question:
and if you are using editor:
Thanks for posting back - that is absolutely how I would suggest doing it myself.
Allan