Is there existing support to load grouping state (e.g., from DB) in SlickGrid React? #2085
Closed
Shreyanshsahu14
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I'm using slickgrid-react with enableDraggableGrouping: true, and I'm currently implementing a feature to save and load grid preferences (like column widths, filters, etc.) from a backend API.
I wanted to check:
🔹 Is there any existing API or utility in SlickGrid Universal or SlickGridReact to persist and restore grouping state?
For example, if I group by region and status, can that grouping be programmatically restored when the grid is reloaded?
🔹 Ideally, I’d like to integrate it with the gridStateService.getCurrentGridState() and setGrouping() if such methods are available.
If nothing exists yet, is there a recommended way to:
Get the current groupBy columns from draggableGroupingPlugin?
Programmatically set grouping from a saved list like ['region', 'status']?
And how can I persist grouping from db?
Beta Was this translation helpful? Give feedback.
All reactions