© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•7mo ago•
6 replies
thedangler

Edit Resource Delete Header Action not showing up.

   protected function getHeaderActions(): array
    {
        return [
            Actions\DeleteAction::make('Delete me'),
            Actions\Action::make('Cancel Subscription')->action(function(){

                /// custom stuff

            })
        ];
    }
   protected function getHeaderActions(): array
    {
        return [
            Actions\DeleteAction::make('Delete me'),
            Actions\Action::make('Cancel Subscription')->action(function(){

                /// custom stuff

            })
        ];
    }

The cancel button is showing but the delete button isn't, Not sure why?
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

Delete action in Edit Modal (Simple Resource)
FilamentFFilament / ❓┊help
3y ago
Custom action on edit resource
FilamentFFilament / ❓┊help
3y ago
Adding Header Action to a resource
FilamentFFilament / ❓┊help
3y ago
Filament 3 edit button not showing in resource
FilamentFFilament / ❓┊help
3y ago