Dispatch Modal doesn't work
Hello everyone,
Before I ask my question, I took some time to review previous discussions related to dispatching modals in FilamentPHP. I have a modal in my view that looks like this:
This code is saved in //filament/page/test.blade.php.
My table action is set up like this:
However, when I click the button, nothing happens. Did I miss something? Any help would be greatly appreciated!
Thank you!
4 Replies
do you have:
<x-filament-actions::modals />
in your blade?No , I don't have one, where I have to put it?
Okay , let me have a look, thanks