F
Filamentβ€’9mo ago
Wannes

Persist selectable items after search action

Hi there! When we select records, and than we search to select another record our 'selectable array' resets. Is there a possibility to store the selected items in a table?
Solution:
->deselectAllRecordsWhenFiltered(false)
->deselectAllRecordsWhenFiltered(false)
is what I was looking for πŸ˜„...
Jump to solution
1 Reply
Solution
Wannes
Wannesβ€’9mo ago
->deselectAllRecordsWhenFiltered(false)
->deselectAllRecordsWhenFiltered(false)
is what I was looking for πŸ˜„

Did you find this page helpful?