Sorting column with both numeric and comma seperated data

Sorting column with both numeric and comma seperated data

prashprash Posts: 2Questions: 0Answers: 0
edited May 2013 in DataTables 1.9
Hi ,

I have a table in which i have a column with both numeric and comma separated data eg 100 | 245 | 1,000| 567 | 1,345 . Even if i write a plugin for removing the comma and set return type as "comma-numeric" , since the other rows are of type "numeric" by default implementation in datatables. I am unable to sort properly.
Please help
This discussion has been closed.