Type Method 型メソッド

buildExpression(_:)

Creates a sortable TableColumn expression, typed to having the same Value as the builder’s Value and a Sort the same as the builder’s Sort

Declaration 宣言

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

See Also 参照

Building a Sortable Column