I am exporting, saving to server and then importing grid options. I use this to save my user's preferences for data sorting, column width and column re-ordering.
That last feature, column re-ordering is a bit of a problem. The grid options are exported and saved with the correct “remapColumns” parameter–it's the permutation array. When the grid loads and the saved options are imported, the columns are properly ordered by the permutation array but the column headings are left in the original, default order.
gridOptions.remapColumns is exported as an array when using the grid export feature:
gridOptions={
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top