jeffreydwalter / ColReorderWithResize

Column reordering and resizing plug-in for DataTables
http://www.datatables.net/
MIT License
42 stars 51 forks source link

Datatable Column Reorder not working #34

Open vdinesh15 opened 3 years ago

vdinesh15 commented 3 years ago

Jquery Datatable column Reorder not working when drag a column one place into another column place in table. for example column reorder position(1st position to 4th position)

ColReorder: [0, 1, 2, 3, 4, 5] positon not changed in data params in stateSaveCallback function, when drag the columns in jquery datatable.

https://jsfiddle.net/dinesh_raja/jtrnudqf/8/