How do I render numbers of the DOM-converted cell in a $123,456.00 format?
How do I render numbers of the DOM-converted cell in a $123,456.00 format?
guoguoguo
Posts: 3Questions: 2Answers: 0
I found this: https://datatables.net/manual/data/renderers
But the number rendering is not for the situation when I directly convert an existing
<
table> into a datatable object.
How do I use the number rendering?
Answers
I used the number renderer from the doc you linked on the Age column in this example:
http://live.datatables.net/gobicabu/1/edit
Does this help?
Kevin