defaultVisibility(_:)
Sets the default visibility of a table column.
Declaration
@MainActor @preconcurrency func defaultVisibility(_ visibility: Visibility) -> some TableColumnContent<Self.TableRowValue, Self.TableColumnSortComparator>
Parameters
- visibility:
The default visibility to apply to columns.
Discussion
A hidden column will not be visible, unless the Table is also bound to TableColumnCustomization and either modified programmatically or by the user.