Set Order for Filters #4680
Answered
by
crynobone
StanBarrows
asked this question in
Q&A
-
Heyhey I have a diverse set of filters. Some were created manually, and some were from filterable() Nova Fields.
Cheers |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
Aug 10, 2022
Replies: 1 comment 1 reply
-
You can override |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
StanBarrows
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can override
availableFilters()
method on the Resource class, seeLaravel\Nova\ResolvesFilters
trait for the usage reference.