data sorting
data sorting
Hi,
I have defined this:
"aoColumns": [
null,
null,
null,
null,
null,
null,
null,
{ "sType": "numeric" },
null,
null,
null,
null,
null
]
But that column is sorting like 1, 100, 101 and then 11, 111, 12 etc.
how do I define such that it treats the column as regular number and sort accordingly?
Thanks,
I have defined this:
"aoColumns": [
null,
null,
null,
null,
null,
null,
null,
{ "sType": "numeric" },
null,
null,
null,
null,
null
]
But that column is sorting like 1, 100, 101 and then 11, 111, 12 etc.
how do I define such that it treats the column as regular number and sort accordingly?
Thanks,
This discussion has been closed.
Replies
First thing that popped into my head without seeing your table.