Drag and drop column(Reorder column) call server each time
Drag and drop column(Reorder column) call server each time

We have use serverside processing for datatable.
While we reorder column it raise sever call.(Nightly Build version)
Can we avoid this?
This discussion has been closed.
Answers
Here is a test case with nightly versions of both Datatables and ColReorder:
http://live.datatables.net/jeyahupe/1/edit
Dragging the columns doesn't cause an ajax request to the server. Maybe you have an event that is fired that uses
draw()
orajax.relaod
???Please provide a link to your page or a test case (update mine) to show the issue.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin