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() -> TableColumn <RowValue , Sort, Content, Label>
Sets the column’s width.
Available when
RowValue
conforms to Identifiable
, Sort
conforms to SortComparator
, Content
conforms to View
, and Label
conforms to View
.