->action(function (Model $record, array $data, \Livewire\Component $livewire) { $livewire->dispatch('custom-event'); })
Using $this when not in object context
->actions([ Tables\Actions\DeleteAction::make(), Action::make('Test') // ... ->action(function (Model $record, array $data) { $this->dispatch('custom-event'); }),