Add filter mode to grid filter component
M
Michiel van der Veeken
We’re introducing a new filter mode option to grid filter components across the platform.
Currently, selected filters (e.g., department or job title in the Managed Users overview) are stored in the browser URL. This allows users to easily save or share filtered views. However, when many filter values are selected, the URL can become too long and exceed browser limits.
With this update, users can choose between two filter modes:
- Inclusive (default): show only the selected values
- Exclusive: show all values except the selected ones
This makes it much more efficient to filter large datasets. For example, instead of selecting dozens of departments to include, you can simply exclude a few.
Scope:
- Applies to grid filters in both the end-user and admin portal that include a search filter
- Adds URL support for the new filter mode
- Renames “Select All” to “Select Results”
- Disables the “Select Results” button when the search bar is not in use