Initializer

init(content:)

Creates a group of table columns.

Declaration 宣言

init<R, C>(content: () -> Content) where R == Content.TableRowValue, C == Content.TableColumnSortComparator
Available when Content conforms to TableColumnContent.

Parameters パラメータ

content

A TableColumnBuilder that produces the columns to group.

See Also 参照

Creating a Group グループを作成する