Jens
Close modal from a "extraModalFooterActions"
I have a table with a
Filament\Tables\Actions\Action
action that opens a modal. This modal also has a extraModalFooterActions
action which works as expected. I want the modal to close when the extraModalFooterActions
action is completed, how can I go about this?
I can't seem to find a way to give the modal a custom ID or retrieve the modals ID to be able to dispatch a close event.
This is my current code:
7 replies