© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago
Travis

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
dd
returns 0 items.
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Any way to get selected records on an bulkaction form?
FilamentFFilament / ❓┊help
12mo ago
How to run a BulkAction on selected to table records
FilamentFFilament / ❓┊help
2y ago
Calculate total price based on selected radio options
FilamentFFilament / ❓┊help
3y ago
How to get selected records without any BulkAction or Action?
FilamentFFilament / ❓┊help
6mo ago