Is there a way for some table columns to have fixed width?

I was wondering if there is an easy way to have width or max-width for some table columns, or CSS is the only option at the moment?
2 Replies
awcodes
awcodes2y ago
->extraAttributes(['style' => 'max-width: 200px;'])
Crylar
CrylarOP2y ago
Oh so easy, thanks. 👍

Did you find this page helpful?