Hatim
Blade view with Tabs, Actions and Table conflicts
I have a blade view that has the following tabs:
one of this tabs contains a Filament table:
in the other tabs I have Filament actions, that was working fine before I add the
{{ $table }}
in the third tab, but now they are not firing the action method (if I use ->url(...)
or ->dispatch(...)
they are working, but not with ->action(...)
).
There is no errors in console or anything, the loading indicator of the button starts and finish an nothing works, but when I change to the tab containing the table I have my action fired and the action modal is visible.
If I remove the {{ $table }}
all actions works fine.
any idea?5 replies
requiresConfirmation not working on actions
I have a Filament page where I have a list of actions (array)
And I am rendering this array like the following:
All is working well, but the requiresConfirmation() is not working the action is called without showing the confirmation dialog.
any idea?
53 replies