Columns Size
Hi! is there a way to specify column sizes? I would like to have the 4º column wider, since there's space between col 1 & 2.
Thanks!
Solution:Jump to solution
Didnt work with stacks yet...so I dont know...maybe you can put the ->wrap on the Stack itself? or maybe
->grow()
? 🤔7 Replies
I think you can simply tag on
->width()
and ->height()
or even size()
to each column you want:
It works for the ImageColumn, but I need to expand a TextColumn
Can you try
->wrap(false)
and remove the width and height again 🤔
Thoguht you meant the avatar column 🤪The Avatar column is a Stack.
Solution
Didnt work with stacks yet...so I dont know...maybe you can put the ->wrap on the Stack itself? or maybe
->grow()
? 🤔I had to add "->grow(false)" to all collumsn and the stack! Great! Thanks!