Bootstrap-table: While reordering the columns, column data is being sorted

Created on 7 Sep 2017  路  3Comments  路  Source: wenzhixin/bootstrap-table

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

browser dependent confirmed has PR reorder-columns

Most helpful comment

@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.

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

havok2063 picture havok2063  路  39Comments

gadget00 picture gadget00  路  16Comments

jesussuarz picture jesussuarz  路  17Comments

btran1802 picture btran1802  路  30Comments

thongkekienthuc12 picture thongkekienthuc12  路  16Comments