DEV Community

Andréia Bohner
Andréia Bohner

Posted on

Tiny Tip: Open a Wire Elements Modal from a Filament table action

You can open a Wire Elements Modal from an action using $livewire (the current Livewire component instance) to emit the openModal event, like so:

Code to open a wire element modal from a Filament action

https://filamentphp.com/tricks/open-a-wire-elements-modal-from-a-filament-table-action

Top comments (0)