Multiple "column-reorder" event when moving column to right
Multiple "column-reorder" event when moving column to right
salescatalysts
Posts: 1Questions: 1Answers: 0
Hi,
First of all, thanks for this great plugin!
Please use this for example: https://jsfiddle.net/85e911Ld/
Try clicking the 2 buttons and view the console log.
I found that when moving a column right by using "colReorder.order" method, multilpe "column-reorder" event is fired.
When implementing a button for changing column order, the performance is bad when moving column to right, especially in a large table.
Is this the intended behaviour, a bug, or am I doing it wrong?
This discussion has been closed.