refresh select filter that uses an attribute
I have a
SelectFilter
which filters upon status as follows:
The status
which we are checking is not in the DB, it is an attribute, which is why I alter the query. In my model:
The filter works, but only after I refresh the page. Upon applying the filter, everything shows, once I refresh, the filtered records are shown.
How can I tell filament to refresh the table data again, or even simply to refresh/reload the entire page, opnce the filter has been applied?2 Replies
Solution
@Leandro Ferreira that worked, thanks so much, I was wondering how to get the value, so I was just hackily grabbing it from the request!