FilamentF
Filament3y ago
Abi

How to trigger a livewire component on table action

When using table actions, is there a way to trigger a Livewire component to load on a modal or a slideover?
Solution
nvm, figured it out

->modalContent(fn(Subscription $subscription) => view('app.purchases.view-license', ['license' => $subscription->license]))
Was this page helpful?