Initializer

init(_:)

Creates a table row for the given value. The row will be displayed with the columns of its containing table.

Declaration 宣言

init(_ value: Value)

Parameters パラメータ

value

The value of the row.

See Also 参照

Creating a Row