Is there any way to hide modal's submit button ?
I am opening a modal using Tables Action to show some information in modal. Is there any way to hide submit button from modal.
4 Replies
You can overwrite the
->modalActions()
. Check the source code for the defaultsOr... change it from a Edit action to a ViewAction?
Thanks. Changing to view action worked!
Thanks a lot.
Welcomes