Blazor Tree Grid Example - Persist State
This example demonstrates the Persist State in the Blazor Tree Grid Component. Explore here for more details.
In this example, you can see how to save the Tree Grid state, reset the current state, refresh the Tree Grid with the original state, and load the Tree Grid with an already saved state. The following are the Tree Grid properties persisted in local storage:
- Sorting
- Filtering
- Column (resizing, reorder, show/hide columns)
- Searching
- TreeColumnIndex
More information on state management can be found in this documentation section.