Adding close button when customizing modalFooterActions
On the Table action, when we need to add multiple Action buttons, we use the
modalFooterActions()
method to add more actions. Is there a way to add an action called "Close" that can close the modal just list the default footer actions?1 Reply
Can you not just use the cancel action?
$action->getModalCancelAction()