© 2026 Hedgehog Software, LLC

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

Dispatching an event from an Action

Hi, should i dispatch an event from an action like this?
Action::make('prova')
  ->action(function () {
      $this->dispatch('prova', ['prova']);
  })
Action::make('prova')
  ->action(function () {
      $this->dispatch('prova', ['prova']);
  })

->dispatch('prova', ['prova']) doesn't work
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Dispatching Event after Action
FilamentFFilament / ❓┊help
3y ago
Dispatching a livewire event from a filament action when submit
FilamentFFilament / ❓┊help
2y ago
how to perform some stuff before dispatching an event in action
FilamentFFilament / ❓┊help
2y ago
How to dispatch an event from an Action
FilamentFFilament / ❓┊help
16mo ago