Harshitha-S-Github

Results 1 comments of Harshitha-S-Github

The reply is bit late. But I had similar issue and this is due to the caching of column order. Try the following `gridApi.saveState.restore(this.scope, this.scope.tableState);` `var columnDefsColMov = gridApi.grid.moveColumns.orderCache;` `...