How to apply default filter/query for a table
I have one table in DB that I would like to display on two resources based on it status.
This might be achieved using filters, but filters can be changed and I want a dedicated page for some reason.
I only find a way to enable default filter (https://filamentphp.com/docs/2.x/tables/filters#default-filters), but this is not what I'm looking for.
How do we apply default filters by code without visible UI?
1 Reply