I don't want sorting, when i reorder the columns. but in firefox the column data is being sorted, whenever i try to reorder the columns. this is working fine with other browsers (chrome/safari/IE).
I don't know whats happening with firefox browser. Please help me
http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/reorder-columns.html
Consider to change the plugin (dragtable), the last update is 3 years ago.
What do you think ?
Do you maybe already now a other plugin ? (or should we implement without plugin?)
@wenzhixin @djhvscf
I prefer implement this without plugin since we have in our roadmap remove jQuery dependency
@wenzhixin @djhvscf
Removing Jquery as dependency is a huge task, so i guess we should still continue developing the table and remove jquery as sidetask.
So for that table we have to define a area for the drag handle, which means only on that area is sorting/dragging allowed. Also must be the order event restricted to anything except the draghandle.
Which kind of draghandle should we choose, vertical or horizontal ?
Found a way to fix it without using draghandler, its the better (UX) way i guess.
Most helpful comment
@wenzhixin @djhvscfRemoving Jquery as dependency is a huge task, so i guess we should still continue developing the table and remove jquery as sidetask.So for that table we have to define a area for the drag handle, which means only on that area is sorting/dragging allowed. Also must be the order event restricted to anything except the draghandle.Which kind of draghandle should we choose, vertical or horizontal ?Found a way to fix it without using draghandler, its the better (UX) way i guess.