alignment(_:)
Sets the alignment of the column, applying to both its column header label and the row view content for that column.
Declaration
@MainActor @preconcurrency func alignment(_ alignment: TableColumnAlignment) -> some TableColumnContent<Self.TableRowValue, Self.TableColumnSortComparator>
Parameters
- alignment:
The alignment to apply to the column.