Simple modal resource extra actions
I have create a "simple" resource which opens in a modal following this:
https://filamentphp.com/docs/3.x/panels/resources/getting-started#simple-modal-resources
Is there any way to add an extra action in the footer of the form in the modal? On a normal resource i can use the
getFormActions
on the EditRecord. But on a simple resource i only seem to have a ManageRecords2 Replies
Solution
EditAction
and ViewAction
have extraModalFooterActions()
Thank you works like a charm! didn't know where to look π