Several users use the grid and I would like to save their preferences (column position, visible columns, etc.) using saveState(). I’m considering some solutions, what do you think is the best way to save the state of a grid remotely?
Ty for u’r suggestions.
This topic was modified 1 year, 9 months ago by Dark Beccio.
The saveState method saves the Grid state and returns the state object. You can then use the loadState method and pass a previously saved state object. By doing that you will load the saved state and the Grid will update. The state will save the columns visibility, sorting & filtering.