The Right Way to Design Custom Table Filters
How to save and customize filters
Suppose your app has a large data table with multiple filters. Your users often use different filters for their tasks. However, sometimes they want to reuse their previous filters and build upon them. To do this, they must recall their input values from past sessions and reselect them each time. This scenario frustrates users because it requires more work and imposes a high cognitive load on them.

