-
-
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
feature request: custom order of columns in the filter popup #1883
Comments
Thanks for opening this issue!
|
Sounds very practical!
How should the fields at the top be sorted among themselves - also alphabetically or in the order as specified in the config? |
In the PR #1884 I‘ve opened I sort them in the same order as in the |
Yes, sounds good! |
🎉 This pull request has been released in version 3.3.0-alpha.13 |
🎉 This change has been released in version 3.3.0-beta.1 |
🎉 This change has been released in version 3.3.0 |
New Feature / Enhancement Checklist
Current Limitation
We have some classes with a lot of columns. If we want to filter one of these classes, we use most of the time something like
email
,objectId
oruserId
. If we open the filter popup we have to scroll down the entire list and search the correct column name.Feature / Enhancement Description
It would be really cool if there's a feature to change the order to our preferences. The
columnPreference
could be extended for this feature.Example Use Case
Add to the
columnPreference
a Boolean likefilterSortToTop
. Everything that is truthy will be on the top of the list.The text was updated successfully, but these errors were encountered: