resets the default order of grid columns after swapping
myGrid.resetColumnsOrder();
The method is used to apply the new order of columns (update their indexes) after swapping them instead of storing the default order.
added in v5.2
Back to top