Skip to content

[Feature Request]: Persist filters in getTableStateToArray() and restoreStateFromArray() #2253

Open
@rpcanter

Description

@rpcanter

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions