I use datatables on my page, it seems to work fine, except that when you do sorting on the number field, it sorts in a weird way, take a look at the illustration
This one also
I have tried to place
"aoColumns": [
null,
null,
null,
null,
null,
null,
{ "sType": 'numeric',
"oCustomInfo":{
"decimalPlaces":1,
"decimalSeparator":"."}
},
null
]
But this seems to further disturbs its behaviour as it becomes unsortable. Do you have a clue ?
Thanks
datatables sort numbers
...including numerous posts on this topic in SO – AlipedaoColumns
-definition completely, it should work correct right away without it, if there is not any of the rows that break the impression of a column with decmials!! That is, for instance, if some of the numbers have trailing blanks, and then is treated as strings. – Hydrodynamic