Customize modal width in simple resource default create and edit action
Is it possible to change the modal width inside of resource's form static method?
5 Replies
You need to change the modal width on the action itself...
->modalWidth('5xl')
So if you're using a simple resource, the CreateAction is inside Pages/ManageResourceSolution
Edit and Delete are in the Resource itself
Here are your options: xs, sm, md, lg, xl, 2xl, 3xl, 4xl, 5xl, 6xl, 7xl, and screen
Thank you again @archilex. I've been using the generated resource and I didn't see that there's a specific ManageResource for simple. π