You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New here so sorry if I'm asking something obvious.
I see Column Trait requires function width to return "the fixed width for this column." But must the width be fixed? Because I also see that iced has enum Length with variant Shrink.
Is there a way for the table automatically to figure out how wide its columns should be based on the table content, such that each column is no wider than necessary to fit the widest content in any cell in that column? (aka "shrink to fit")
The text was updated successfully, but these errors were encountered:
New here so sorry if I'm asking something obvious.
I see
Column
Trait requires functionwidth
to return "the fixed width for this column." But must the width be fixed? Because I also see that iced has enumLength
with variantShrink
.Is there a way for the table automatically to figure out how wide its columns should be based on the table content, such that each column is no wider than necessary to fit the widest content in any cell in that column? (aka "shrink to fit")
The text was updated successfully, but these errors were encountered: