how to open a modal without a trigger button?
is there a way to open a modal without a trigger button? for example this action modal:
fyi: I am using filament actions inside livewire component
1 Reply
GitHub
How do I trigger an action using js? · filamentphp filament · Dis...
Package Actions Package Version v3.0.0 How can we help you? I want to open the following action modal using js rather than a button. ` {{ $this->deleteAction }} <x-filament-actions::modals /&...