F
Filament16mo ago
dyo

How to adjust table column width

I dont want the column 'judul' width is this wide.. I want it to have maximum column, and make the text wraped if its long enough.. How can i do that?
1 Reply
toeknee
toeknee16mo ago
You can use ->wrap() or ->extraAttributes(['style' => 'max-width:20%']) as an example