http://live.datatables.net/riqevubo/1/edit Link to the Datatable Lvie example
- I have a Java Script Sourced Datatables that I load/reload on clicking the button load.
I wanted to use ColReorder so added the code
dom: 'Rlfrtip',
Now this works fine on initial load and I am able to move the columns along with the data.
- Now consider i have moved the column from one position to another and then press on the load button It should actually reload the table by loading the table again to its original order with new data but what happens is that only the column names are restored the data remains in the moved column itself.
In the link try - Load the Table. - Move the columns - Again click on load. - Check the column data now.