Apply filters button + Filters as a slide-over
2 questions really
1) I remember there was a PR that added an
Apply
button to filters so the table was only filtered when you clicked the button and not when the filters where changed. Do I remember correctly?
2) How do I show the table filters in a slide-over? I set the layout: FiltersLayout::Modal
but how do I change it to a slide over?5 Replies
Ok found the 2nd one - need a custom action.
Don't even need the modal layout it seems ¯\_(ツ)_/¯
@ChesterS do you solve 1st one?
I think this was actually in the latest (3.2) release.
https://filamentphp.com/docs/3.x/tables/filters/getting-started#deferring-filters
thanks!
That was really helpful 🙂 ! Do you know how can I trigger/open that modal/slideOver filters outside of the table from another action ? I tried few options but without any success...