width(_:)
Creates a fixed width table column that isn’t user resizable.
Declaration
nonisolated func width(_ width: CGFloat? = nil) -> TableColumn<RowValue, Sort, Content, Label>Parameters
- width:
A fixed width for the resulting column. If
widthisnil, the resulting column has no change in sizing.