How to sort number as string
How to sort number as string
vincmeister
Posts: 136Questions: 36Answers: 4
in DataTables
Hi All,
How to to sort number as string?
expected result:
12
134
14
256
27
please advise, thank you
Danny
This question has an accepted answers - jump to answer
Answers
Try setting
columns.type
to string for that column. Like this:http://live.datatables.net/voduhata/1/edit
Kevin
thank Kevin
it works