Center table items.
Hello, how can I center the title and content of the cells in a column of a table? Thanks
5 Replies
using CSS?
I managed to center the cells by placing it like this: ->extraAttributes(['class' => 'text-center w-full']).
But the header I didn't get. See the option is the extraHeaderAttributes. You know how to do?
isnt there an align() method too on the column?
I had not seen this method. it was worth it for sure.
->alignCenter()