Disable/Hide all Action Modal Buttons
Is it possible to hide all action modal submit/cancel buttons. I just want to show some info in a popup modal. Is there anothey way of doing this?
2 Replies
Solution
You could pass an empty array to the
modalFooterActions
of your action
It still shows the buttons
Ah so I have to pass an anonymous function. Got it.