© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
2 replies
teodino93

Actions on custom Dashboard

Hi, I have a custom Dashboard page, with 4 Table Widgets, I need to add an Action button which dispatches an event.
I've added the followind Action in the getHeaderActions function, but everytime i click on the button 3 of the 4 widgets goes away (only the latest on the array remains). The action takes place correctly, but I need my widgets not to hide. Someone had the same problem?
Action::make('prova')
  ->action(function () {
    dump("prova");
  })
Action::make('prova')
  ->action(function () {
    dump("prova");
  })
Solution
v3.0.34 seems to have addressed the problem.
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

Dashboard Actions
FilamentFFilament / ❓┊help
3y ago
Header actions on AdminPanel dashboard
FilamentFFilament / ❓┊help
2y ago
Actions on Custom Widgets on resource page
FilamentFFilament / ❓┊help
3y ago
custom actions dont trigger on table
FilamentFFilament / ❓┊help
3y ago