Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Persist filters in URL for applications table
Initial filter values work best if the table is not persisting state between reloads (default strategy, component state). If the table uses session or local storage then any existing filter overwrites the default value. From the end user perspective the functionality works only on first load with a clean browser (no previous state). Switching to URL filter persistence provides the same functionality and ensures we have only one source of filters. Signed-off-by: Radoslaw Szwajkowski <[email protected]>
- Loading branch information