Skip to content

Improve documentation on shrinkWrapHorizontal #49

@NikolayNIK

Description

@NikolayNIK

My question is this, since 5.4.0 introduced shrinkWrapHorizontal how does it affect the columns parameter of TableView.builder since TableColumn requires a width parameter? My goal is to not have the width of TableView fill the entire width but fit the contents of the longest row. Is this possible? I tried searching the issues for shrinkWrapHorizontal but 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation. Indicates a need for improvements or additions.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions