akottr / dragtable

re-order table columns by using drag'n'drop
http://akottr.github.io/dragtable
MIT License
203 stars 166 forks source link

e.persistReorderColumnsState is not a function #78

Open sshankar02 opened 4 years ago

sshankar02 commented 4 years ago

e.persistReorderColumnsState is not a function at Object.beforeStop (bootstrap-table-reorder-columns.min.js:10).

This happens when we try changing the column order using drag and drop after changing the order using buttons (as given here).

fhariano commented 4 years ago

Same issue here! Some solution?

fhariano commented 4 years ago

I commented the line (1319) in bootstrap-table-reorder-columns.js, and it is worked. // _this.persistReorderColumnsState(_this);