Hello,
There is an issue with the ColReorder library in that if you re-order columns and then try to sort on them, the sorting is performed on the data of the column where you previously dragged the column from, if that makes sense?
For example if I have the following columns:
Id, Name, Age, Gender
And I move Age to be before Name and then sort on Age, the sorting will occur on Name.
You can see it happening in your live demo here: http://www.datatables.net/extras/colreorder/
If I've made no sense whatsoever let me know and I'll provide an extensive demonstration.
Cheers
There is an issue with the ColReorder library in that if you re-order columns and then try to sort on them, the sorting is performed on the data of the column where you previously dragged the column from, if that makes sense?
For example if I have the following columns:
Id, Name, Age, Gender
And I move Age to be before Name and then sort on Age, the sorting will occur on Name.
You can see it happening in your live demo here: http://www.datatables.net/extras/colreorder/
If I've made no sense whatsoever let me know and I'll provide an extensive demonstration.
Cheers