Contents

TableRow

A row that represents a data value in a table.

Declaration

struct TableRow<Value> where Value : Identifiable

Overview

Create instances of TableRow in the closure you provide to the rows parameter in Table initializers that take columns and rows. The table provides the value of a row to each column of a table, which produces the cells for each row in the column.

Topics

Creating a row

See Also

Creating rows