TableRow
A row that represents a data value in a table.
Declaration
struct TableRow<Value> where Value : IdentifiableOverview
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.