Allow ordering of filterable options in dropdown #4115
Unanswered
bintzandt
asked this question in
Ideas & Feature Requests
Replies: 1 comment
-
|
If you implement custom ordering of a Resource as per this: The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Nova 4 added the option of
filterablefields. Currently, it is possible to change the query that does the filtering. However, we would also like to be able to change the ordering of the options.For example: we have a
BelongsTothat references aColor. Each color has aname. We would like to addfilterableto theBelongsTo. The options in the dropdown are currently sorted by their ID but in this case it makes much more sense to order them by their name.Let me know if you have any questions :)
Beta Was this translation helpful? Give feedback.
All reactions