[data grid] Ability to combine by multiple logic operators and group them #14869
Labels
component: data grid
This is the name of the generic UI component, not the React module!
feature: Filtering on header
Related to the header filtering (Pro) feature
feature: Filtering
Related to the data grid Filtering feature
new feature
New feature or request
Summary
Ability to combine logic operators and group them, supposing we have a table of Users with the following columns:
It would be amazing to filter all the Users whose State is TX and who Onboarded Before November 10 2023 or State is KY and Onboarded before December 24, 2023. Currently is impossible to filter this way as all filter operators need to either be AND or OR. Ideally, the user has the ability to group the filters (ie:
((State == TX AND Date < Today) Or (State == KY And Date > Today) and Status == ACTIVE) )
Examples
No response
Motivation
No response
Search keywords: logic-operator, filters
The text was updated successfully, but these errors were encountered: