≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
How to add thousand separator in my table which show report
How to add thousand separator in my table which show report
aby
Posts: 3
Questions: 1
Answers: 0
March 2014
edited March 2014
in
General
i am new to datatable,i have numbered values in it i need to add thousand separator in it i try adding
"oLanguage": {
"sInfoThousands": ","
},
it is not making any changes
please help me
Replies
allan
Posts: 65,821
Questions: 1
Answers: 10,951
Site admin
March 2014
DataTables does not format the numbers automatically for you. If you want to do that, use the
mRender
option and format the number as required.
The `sInfoThousands` option is only used for the numbers that DataTables directly controls - i.e. those in the paging information section.
Allan
This discussion has been closed.
Replies
The `sInfoThousands` option is only used for the numbers that DataTables directly controls - i.e. those in the paging information section.
Allan