Open
Description
Overview
We're currently implementing a filter preset system that stores the result of getTableStateToArray() and later restores it with restoreStateFromArray().
Most table state (search, sort, pagination, column visibility, etc.) is included out of the box, but filters are missing.
Detailed explanation
Could you consider:
Including the currently active filters (e.g. appliedFilters) in the output of getTableStateToArray()
Making restoreStateFromArray() apply these filters via setFilter() or equivalent
Notes
No response
Metadata
Metadata
Assignees
Labels
No labels