Modify size on modal view of resource
Hi
I'm trying to find a way to make a Resource (modal) view appear larger than normal and center it on the screen.
Is possible? Where doc about this?
try in Resouce but not work
🤔
Solution:Jump to solution
actually, you can change the modal width in the
ViewAction
, like
```php
Tables\Actions\ViewAction::make()
->modalWidth(MaxWidth::SevenExtraLarge)...2 Replies
Solution
actually, you can change the modal width in the
ViewAction
, like
A lot of thanks @Leandro Ferreira Works fine