© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•9mo ago•
4 replies
thedangler

SelectAction in table header not working

            ->headerActions([
                SelectAction::make('changeConnection')->label('Change Connection')
                    ->options(collect($this->connections)->pluck('name','id'))
                    ->action(function(){
                        dd(546456);
                    }),
                Action::make('test')->label('Test')->action(fn () => dd(3432))
            ])
            ->headerActions([
                SelectAction::make('changeConnection')->label('Change Connection')
                    ->options(collect($this->connections)->pluck('name','id'))
                    ->action(function(){
                        dd(546456);
                    }),
                Action::make('test')->label('Test')->action(fn () => dd(3432))
            ])


Test action works fine. When I try changing the SelectAction nothing happens.

Its in a custom page.
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

Records count in table header
FilamentFFilament / ❓┊help
2y ago
Having Toggle in table header
FilamentFFilament / ❓┊help
3y ago
Table header actions not showing in view page
FilamentFFilament / ❓┊help
3y ago
sticky table header
FilamentFFilament / ❓┊help
2y ago