vue2-datatable icon indicating copy to clipboard operation
vue2-datatable copied to clipboard

Can i make state of table true and drag drop column order like jquery data table?

Open yasirrose opened this issue 7 years ago • 4 comments

How can i save state of table and also want to reroder column dynamically for server side table.

yasirrose avatar Nov 30 '18 17:11 yasirrose

SSR is not supported. Also, saving this.columns might be enough to restore the state of table columns.

kenberkeley avatar Nov 30 '18 22:11 kenberkeley

Can you we use drag column order client side , Then i will also save in the DB state for the SST

yasirrose avatar Dec 06 '18 15:12 yasirrose

https://github.com/OneWayTech/vue2-datatable/blob/master/plugins/HeaderSettingsDnD.js

kenberkeley avatar Dec 06 '18 22:12 kenberkeley

https://github.com/OneWayTech/vue2-datatable/blob/master/src/HeaderSettings/index.vue#L72

kenberkeley avatar Dec 06 '18 22:12 kenberkeley