Persistent search selections on table
Hi All,
is there a way to persist the search on a searchable column ?
For example :
i search for something and select the record
i search for something else and select another record
both records keep being selected and actionable
Is it possible ?
Thanks !
2 Replies
any solutions to this? I've the same problem
You should be able to follow either of these examples below.
You can persist in the URL:
https://filamentphp.com/docs/3.x/tables/columns/getting-started#searching-individually (example at bottom of this section)
Or persist in session:
https://filamentphp.com/docs/3.x/tables/columns/getting-started#persist-search-in-session