Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[data grid] Ability to combine by multiple logic operators and group them #14869

Closed
victorct-tradeengage opened this issue Oct 8, 2024 · 4 comments
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

Comments

@victorct-tradeengage
Copy link

victorct-tradeengage commented Oct 8, 2024

Summary

Ability to combine logic operators and group them, supposing we have a table of Users with the following columns:

  • State (ie: TX, KY)
  • Onboarding Date
  • Status

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

@victorct-tradeengage victorct-tradeengage added new feature New feature or request status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Oct 8, 2024
@michelengelen michelengelen changed the title Ability to combine by multiple logic operators and group them [data grid] Ability to combine by multiple logic operators and group them Oct 8, 2024
@michelengelen
Copy link
Member

Thanks for opening this @victorct-tradeengage
I'll add this to the board for our team to have a look at it. 👍🏼

@michelengelen
Copy link
Member

Closing this in favor of #14897 ... We will track progress on this (and other improvements there!)

Copy link

This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue.
Now, if you have additional information related to this issue or things that could help future readers, feel free to leave a comment.

Note

@victorct-tradeengage How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey.

@github-actions github-actions bot removed the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Oct 11, 2024
@michelengelen michelengelen moved this from 🆕 Needs refinement to ✅ Done in MUI X Data Grid Oct 11, 2024
@michelengelen michelengelen added component: data grid This is the name of the generic UI component, not the React module! feature: Filtering Related to the data grid Filtering feature feature: Filtering on header Related to the header filtering (Pro) feature labels Oct 11, 2024
@oliviertassinari
Copy link
Member

group them

Duplicate as #4217?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants