6 Replies
->modalWidth('xl')
its a table action
not working on that
this was supposed to work on table action
did you try another size?
->modalWidth('4xl')
?is it available in v2
trying but not working
Inspect the modal element in your browser and examine the classes. It should include
max-w-xx
.filament-modal-content{
max-width: 100% ;
}
.filament-modal-window{
max-width: 40% ;
}
got it
thax.......