Selected elements are deselected when using search
Hey everyone! π
I'm running into an issue with Filament tables where checkbox selections are being cleared when I search or filter the table.
The Problem:
1. I select some records using checkboxes
2. I perform a search or apply a filter
3. The previously selected checkboxes become unchecked/disappear
4. This makes bulk actions unusable when working with filtered data
Any help would be appreciated! π
1 Reply
Use
->deselectAllRecordsWhenFiltered(false) on your table instance