© 2026 Hedgehog Software, LLC

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

Using the `livewire` method on the Action class

When using the Action class on the table builder, there is a method
livewire
livewire
, how do I go about using it and how do I pass data? Here is what I have currently.

Action::make('view_license')->modalHeading('View License')
                    ->livewire(app(ViewLicense::class))
Action::make('view_license')->modalHeading('View License')
                    ->livewire(app(ViewLicense::class))
Solution
I was trying to invoke a livewire class, but you answered me on the other question to include the livewire view in blade and use modalContent, so doing that now, but still have question on the other help post
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

Action call livewire method
FilamentFFilament / ❓┊help
3y ago
Call action method from livewire
FilamentFFilament / ❓┊help
3y ago
livewire action
FilamentFFilament / ❓┊help
2y ago
What different Action method `using` and `action` ?
FilamentFFilament / ❓┊help
10mo ago