© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•14mo ago•
15 replies
emil

HeaderActions stops working with HasTable

class MyPage extends Page implements HasInfolists, HasForms, HasTable
{
    use InteractsWithInfolists;
    use InteractsWithForms;
    use InteractsWithTable;

    protected function getHeaderActions(): array
    {
        return [
          \Filament\Actions\Action::make('test')
                                  ->slideOver(),
        ];
    }
}
class MyPage extends Page implements HasInfolists, HasForms, HasTable
{
    use InteractsWithInfolists;
    use InteractsWithForms;
    use InteractsWithTable;

    protected function getHeaderActions(): array
    {
        return [
          \Filament\Actions\Action::make('test')
                                  ->slideOver(),
        ];
    }
}


The Table contract/trait causes the headerAction not to open a slideover.

No console errors. Regular x-filament-panels::page.

Any ideas, anyone?
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

Infolists headerActions not working.
FilamentFFilament / ❓┊help
2y ago
makeFilamentTranslatableContentDriver in HasTable
FilamentFFilament / ❓┊help
3y ago
how to custom page with hasTable ?
FilamentFFilament / ❓┊help
2y ago
"live" headerActions
FilamentFFilament / ❓┊help
15mo ago