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
🤔
![No description](https://cdn.answeroverflow.com/1298540722924032101/CleanShot_2024-10-23_at_08.54.17.jpg)
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