Checkbox Column Sorting not working with jQuery 1.9.x
Checkbox Column Sorting not working with jQuery 1.9.x
zurb
Posts: 2Questions: 0Answers: 0
I tried to implement this on my tables: http://www.datatables.net/examples/plug-ins/dom_sort.html
However, I found out that this is only working up to jQuery release 1.8.3, but not with 1.9.x or 1.10.x. This is probably a known issue, but I found no reference to that even after a lot of searches.
However, I found out that this is only working up to jQuery release 1.8.3, but not with 1.9.x or 1.10.x. This is probably a known issue, but I found no reference to that even after a lot of searches.
This discussion has been closed.
Replies
This is the commit that fixes the example: https://github.com/DataTables/DataTables/commit/e00037a1af0c680848682fc4b85b0dd6caef9de1
Allan