Hidden filter
can I create in a resource a filter that works but be hidden? because I want to filter a table by the url, so in a another page when I click in some button, that button will has a specif url with the specif query that I want, is this possible with a hidden filter ?
2 Replies
you dont need a filter
you can customize the eloquent query for the table
by overriding getTableQuery() on the page
Oh thank you