Travis
Travis
FFilament
Created by Travis on 8/20/2024 in #❓┊help
Table Performance - Bulk Actions
No description
20 replies
FFilament
Created by Travis on 8/13/2024 in #❓┊help
BulkAction options based on selected records.
Hey guys! I have a table with the option for bulk actions, when i select for example 3 entries on the action i want to be able to get the ids of the selected records. Is it possible? i have done this:
Select::make('managers_ids')
->label('Pick Ids')
->options(fn (Collection $records) => dd($records))
->searchable()
->multiple(),
Select::make('managers_ids')
->label('Pick Ids')
->options(fn (Collection $records) => dd($records))
->searchable()
->multiple(),
the dd returns 0 items.
1 replies
FFilament
Created by Travis on 8/11/2024 in #❓┊help
Dropdown getting cut inside table.
No description
3 replies