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
You can use ->wrap() or ->extraAttributes(['style' => 'max-width:20%']) as an example