Initializer

init(columns:rows:)

Creates a table with the given columns and rows.

Declaration 宣言

init(columns: () -> Columns, rows: () -> Rows)
Available when Value is Rows.TableRowValue, Rows conforms to TableRowContent, Columns conforms to TableColumnContent, and Rows.TableRowValue is Columns.TableRowValue.

Discussion 議論

  • Parameters パラメータ

    • columns: The columns to display in the table.

    • rows: The rows to display in the table.

See Also 参照

Creating a Table from Columns and Rows