func width(CGFloat?) -> TableColumn <RowValue , Sort, Content, Label>
Creates a fixed width table column that is not user resizable.
Available when
RowValue
conforms to Identifiable
, Sort
conforms to SortComparator
, Content
conforms to View
, and Label
conforms to View
.func width(min: CGFloat?, ideal: CGFloat?, max: CGFloat?) -> TableColumn <RowValue , Sort, Content, Label>
Creates a resizable table column with the provided constraints.
Available when
RowValue
conforms to Identifiable
, Sort
conforms to SortComparator
, Content
conforms to View
, and Label
conforms to View
.