Controlling table column width
Is there a way to control table column width, so I don't end up with loads of white space around the selector? I want to keep the selector, but dont need to split 50/50 here when there's only one column:
4 Replies
I could use .center() to make the table smaller, but it's not really what I want
There's no way to do that currently
sorry!
no worries, thanks for your quick reply
I worked around it using checkboxes and, vstack and hstack with "widths"
it does seem off that the checkbox is now wide width. i can look into that. everything else gets flexed relative to their own size