Persist filters in session remove filters from url
Hello,
I applied https://filamentphp.com/docs/3.x/tables/filters/getting-started#persist-filters-in-session
but when we go to another page and return to the page that hold the filters it applied the filters but the filters not appearing in the url
so we can not share the page with specific filter
can you please advise?
3 Replies
It wouldn't apply them to the url... because that wouild require another redirect.
Why not just can a buttom? Share page, which gets this pages url and filters and builds the search params?
looks good to me
thank you
Welcome!