F
Filament7mo ago
wazkaz

Select column width

Can anyone help me about to change the table SelectColumn width, in the documentation didn't found anything about it.
No description
Solution:
->extraInputAttributes(['style' => 'min-width:300px'])
->extraInputAttributes(['style' => 'min-width:300px'])
?...
Jump to solution
2 Replies
Solution
LeandroFerreira
LeandroFerreira7mo ago
->extraInputAttributes(['style' => 'min-width:300px'])
->extraInputAttributes(['style' => 'min-width:300px'])
?
wazkaz
wazkazOP7mo ago
It worked, good. Thanks! 😄

Did you find this page helpful?