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
Dennis Koch
Dennis Koch3y ago
You can overwrite the ->modalActions(). Check the source code for the defaults
toeknee
toeknee3y ago
Or... change it from a Edit action to a ViewAction?
Dhruva
DhruvaOP3y ago
Thanks. Changing to view action worked! Thanks a lot.
toeknee
toeknee3y ago
Welcomes

Did you find this page helpful?