Table -> Modal -> Filament Table
Hi all
I've an interesting issue.
I have a filament table with a custom action (opens a modal) on a row:
I have used ->modalContent to direct to a blade file which calls the livewire component
On the pallet lables modal, I have another livewire component which is utilising a Filament Table to display associated Pallet Labels. This is working to this point ( I assume this is the best method thus far? )
The issue I have:
When I click 'Create Pallet Label' or the Edit button it SHOULD open a SECOND modal, however I get a js error . If I click the button again it will then load modal and work as intended.
I wondered if 1) I am doing this the correct way or 2) ideas on fixing the error so it doesnt require two clicks
Thanks everyone.
1 Reply
Just found this at the end of previous Help: https://discord.com/channels/883083792112300104/1150945222851825804/1183664327799078962
Added to the livewire call:
could do with being in the docs perhaps