F
Filamentβ€’4d ago
Awtsuuuu13

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
dvarilek
dvarilekβ€’4d ago
Use ->deselectAllRecordsWhenFiltered(false) on your table instance

Did you find this page helpful?