vue2-datatable
vue2-datatable copied to clipboard
Can i make state of table true and drag drop column order like jquery data table?
How can i save state of table and also want to reroder column dynamically for server side table.
SSR is not supported. Also, saving this.columns might be enough to restore the state of table columns.
Can you we use drag column order client side , Then i will also save in the DB state for the SST
https://github.com/OneWayTech/vue2-datatable/blob/master/plugins/HeaderSettingsDnD.js
https://github.com/OneWayTech/vue2-datatable/blob/master/src/HeaderSettings/index.vue#L72