I'm loading data via ajax and I can't figure out how to implement a simple $ sign in front of the columns that are numbers.
"columns": [
{"data": "Number"}
]
How do I add a doller sign for this columns.data option?
I'm loading data via ajax and I can't figure out how to implement a simple $ sign in front of the columns that are numbers.
"columns": [
{"data": "Number"}
]
How do I add a doller sign for this columns.data option?