Check documentation for the latest version of dhtmlxSuite resetColumnsOrder DHTMLX Docs

resetColumnsOrder

resets the default order of grid columns after swapping

void resetColumnsOrder();

Example

myGrid.resetColumnsOrder();

Details

The method is used to apply the new order of columns (update their indexes) after swapping them instead of storing the default order.

Change log

added in v5.2

Back to top