How to sort number as string
How to sort number as string

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
This discussion has been closed.
Answers
Try setting
columns.type
to string for that column. Like this:http://live.datatables.net/voduhata/1/edit
Kevin
thank Kevin
it works