© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
10 replies
Jon Mason

getHeaderActions with custom header view

I'm using a custom header view, but it seems to be overwriting what's defined in my getHeaderActions method on my class. I've tried doing something like
{{ $this->headerActions }}
{{ $this->headerActions }}
in my custom header blade view, but that doesn't seem to do it. How can I have a custom header AND header actions?
Solution
Possibly:
<x-filament::actions
       :actions="$this->getCachedHeaderActions()”
/>
<x-filament::actions
       :actions="$this->getCachedHeaderActions()”
/>
Jump to solution
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

Custom Modal View for ViewAction
FilamentFFilament / ❓┊help
3y ago
custom view in a header action possible?
FilamentFFilament / ❓┊help
3y ago
How to add actions to custom header view
FilamentFFilament / ❓┊help
2y ago
Custom header widget with HTML
FilamentFFilament / ❓┊help
2y ago