Open modal on page load
I saw that it is possible to execute an action when the page is loaded
https://filamentphp.com/docs/3.x/panels/pages#opening-an-action-modal-when-a-page-loads
There he gives the example of passing the action through the url
I didn't find it in the doc, but I saw that I can do the same for a table action if I pass tableAction instead of action. My question is, how do I pass the 'record' argument to my edit action?
1 Reply
I found it, if anyone has the same question you can pass
It also has the in case anyone needs it