Closed
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
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
or userId
. 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 like filterSortToTop
. Everything that is truthy will be on the top of the list.