Open action modal
#❓┊help Hello devs.
I created this custom action.
how can I make it trigger a modal, like as the delete button does?
8 Replies
Please check the docs 😉
https://filamentphp.com/docs/2.x/admin/pages/actions#modals
Filament
Actions - Pages - Admin Panel - Filament
The elegant TALL stack admin panel for Laravel artisans.
Thanks @Dennis Koch
I keep failing to open the modal @Dennis Koch
something that I might be missing please?
Every
Action
requires an ->action()
. Even if it's empty ->action(fn () => null)
It works @Dennis Koch
God bless you!
can I a third footer button here along side with cancel and upload?
Via
modalActions()
Thank you @Dennis Koch