-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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] Support filter group / query builder #4217
Comments
#2437 requested the same feature. At that time, the user needed to filter rows that had one value of a list of values, so the |
Related to #3719 I would distinguish two things:
The part 1 can be done without doing the part 2 if we want to allow users to build there UI for a time and then build our own. |
Hi, it would be great if the engine could support group filters. We will need this feature as well, but we are ok with building our own UI (we already plan to do it anyway). So if at least the point No. 1 could be implemented, that would be a huge help.
Thanks a lot 🙏 |
Hi everyone, we are having the same issue. We are using the Data Grid Pro and we need to be able to combine ANDs and ORs while filtering. Here is an example of the filter we need: Person name is John AND Person height is more than 6 feet AND (dob is empty OR dob is before 1/1/1990). Data Grid is awesome! Thank you all for what you put together! |
We are also needing this type of advanced filtering( nested/grouped ). Any idea if this is being worked on or considered? Our team has a pro license |
This comment was marked as spam.
This comment was marked as spam.
We would also like to have the ability to group filters |
Hi Everyone, our team has a pro license and we have the same issue here as well. Group filter will be very helpful. Would like to know is this being considered? Thanks! |
We are also Pro-Users and urgently need the ability to group filters. Any plans or Updates? I think this is a very common usecase. Thx! |
Also looking for this feature. When you have several groups of columns using the same headerNames, the filter and column visibility menus become a confusing mess. Hope this gets implemented ASAP, thanks! |
My team are also Pro users and we really need this. Recently switched from another paid solution where this was a feature. |
Summary 💡
Have the ability to have "and"/"or" filter at the same time.
Benchmarks
https://developers.notion.com/reference/post-database-query
Motivation 🔦
It's meant to solve advanced filtering use cases, similar to what you can do with SQL queries. This feature is not available in Excel.
The text was updated successfully, but these errors were encountered: