@pixelairport I think ->filterable() was introduced in nova version 4.0 so it may not work for you if you're using an earlier version.
May 3, 2022
3
Level 12
Filterable field not working.
I read the whole documentation of nova right now. I now also tested a bit, but something is not working. In the section of defining filters, they say I first should see filterable fields. There is an example, which i put in user resource:
DateTime::make('Created At')->filterable()
But i get this error notification in the system:
Method Laravel\Nova\Fields\DateTime::filterable does not exist.
PS: Is there an overview, which fields are filterable?
Level 2
2 likes
Please or to participate in this conversation.