How to Access Selected Records in a BulkAction::visible() in Filament?
We're trying to achieve the following scenario:
However, it appears that we cannot access the selected records inside the
->visible() attribute, as $selectedRecords always returns null.
Is there a way to access the selected records in the visible attribute, or is this not supported?
I understand there is a checkIfRecordIsSelectableUsing attribute at table level, however that hides all the bulk actions.0 Replies