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
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