-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
documentationImprovements or additions to documentation. Indicates a need for improvements or additions.Improvements or additions to documentation. Indicates a need for improvements or additions.
Description
My question is this, since
5.4.0introducedshrinkWrapHorizontalhow does it affect thecolumnsparameter ofTableView.buildersinceTableColumnrequires a width parameter? My goal is to not have the width ofTableViewfill the entire width but fit the contents of the longest row. Is this possible? I tried searching the issues forshrinkWrapHorizontalbut could not find anything
The shrinkWrapHorizontal makes the width of a table either the sum of widths of its columns or the available space, whichever is less. I probably should document this better.
Originally posted by @NikolayNIK in #35 (reply in thread)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentation. Indicates a need for improvements or additions.Improvements or additions to documentation. Indicates a need for improvements or additions.