© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
1 reply
BBB

Action without refreshing component ?

Hi,
Is it possible to have an action without request to component ?

Action::make('details')->action(fn (Asset $record) => $this->dispatch('modal', component: 'file-details', params : ['uuid' => $record->uuid]))
Action::make('details')->action(fn (Asset $record) => $this->dispatch('modal', component: 'file-details', params : ['uuid' => $record->uuid]))


He's doing this :

wire:click="mountTableAction('details', '5')
wire:click="mountTableAction('details', '5')


Is it possible to directly have a button instead ? @click="$dispatch('modal')".

Thank you.
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

Table on livewire component is involuntarily refreshing component on Action
FilamentFFilament / ❓┊help
9mo ago
Problem refreshing component
FilamentFFilament / ❓┊help
2y ago
Refreshing Table after Attach Action
FilamentFFilament / ❓┊help
2y ago
Header action button not refreshing
FilamentFFilament / ❓┊help
2y ago