DataTables with ColReorder - data are not ordered by the right column
DataTables with ColReorder - data are not ordered by the right column
hubo
Posts: 45Questions: 14Answers: 0
in Bug reports
Previous bug report has been closed and still not solved.
Reference to previous bug report: http://www.datatables.net/forums/discussion/24899/datatables-with-colreorder-data-are-not-ordered-by-the-right-column
DataTables 1.10.8 and ColReorder 1.2.0 still have this bug.
After more than a year still on to do list? ColReorder is useless, when a simple use case will break it's functionality.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
It's not working even in your own example: http://www.datatables.net/extensions/colreorder/examples/styling/jqueryui.html
Now it will show the order symbol on wrong column. In case there is data-order used, it can crash (tn4).
FYI everytime you reorder the columns it will throw:
Object doesn't support property or method 'getAttribute'
In DataTables 1.10.9 with ColReorder 1.2.0 and JQueryUI it is now working properly until one of the columns contains data-order.
It's fixed now in DataTables 1.10.11 with ColReorder 1.3.1. Thanks!
Sorry I failed to reply here. But good to hear it is working for you now.
Allan