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

Support for changing filter bar field operator #4044

Open
matsbryntse opened this issue Jan 19, 2022 · 2 comments
Open

Support for changing filter bar field operator #4044

matsbryntse opened this issue Jan 19, 2022 · 2 comments
Labels
feature request forum Issues from forum

Comments

@matsbryntse
Copy link
Member

matsbryntse commented Jan 19, 2022

Forum post
https://www.bryntum.com/forum/viewtopic.php?f=51&t=20436&p=101522#p101522

Hello.

I found in docs how to make custom filter function. But I can't find is there any way allow user to change filter operator in filterbar?

Something like in attachments, that user can select filter operator.
9820_3100aba658bc45ec516c295a7d6af97f

Is today,
Is tomorrow,
Is yesterday
Is this week
Is next week
Is last week
Is this month
Is next month
Is last month
Is this year
Is next year
Is last year
Is within year to date

@matsbryntse matsbryntse added bug Something isn't working forum Issues from forum feature request and removed bug Something isn't working labels Jan 19, 2022
@ExtAnimal
Copy link

This would be a great opportunity to unify the Filter and Filterbar features into one feature.

The only difference between now them is that Filter always injects its UI into a Popup that is anchored below the column header. And Filterbar either uses a seperate bar below the header row or injects its UI into the column header.

We should have just one fully configurable filter feature which allows user selection of comparator.

It should also automatically selects the best input field type for the filtered field (eg DateField for a date data type, but also a multi select combo if the comparator is in, and two fields is the comparator is between)

It should be configurable to inject its UI anywhere, in a column header, or a Popup.

@matsbryntse
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request forum Issues from forum
Projects
None yet
Development

No branches or pull requests

2 participants