Type Method 型メソッド

buildExpression(_:)

Creates an unsortable TableColumn expression, typed to having the same Value as the builder’s Value

Declaration 宣言

static func buildExpression<Content, Label>(_ column: TableColumn<RowValue, Never, Content, Label>) -> TableColumn<RowValue, Never, Content, Label> where Content : View, Label : View

See Also 参照

Building an Unsortable Column