-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Make complex filter behavior simple #2149
Comments
this is really use-case specific |
This is really specific but it happened for two clients already. I think the "All" value is not generic and is extremely useful. |
I agree; the "All" value is here because I have to create a workaround. The firsr client wanted a behavior similar to Excel. I don't think we have to copy exactly what Excel has done because their drop-down selectors changes depending on the table and the filters |
After discussion: tgb.selector should have a property to display a "Select all/Deselect all" button next to the selector to easily select/deselect all values in lov. This is a feature already present in AG Grid |
Description
I have an example coming from a real life use case from a customer about filtering a table.
The behavior is as followed (very similar to the Excel behavior for filters):
Solution Proposed
Here is the code created for this demo. The goal is to simplify this code and make this behavior or part of it inside Taipy directly.
Acceptance Criteria
Code of Conduct
The text was updated successfully, but these errors were encountered: