Structure

TableRow

A row that represents a data value in a table.

Declaration 宣言

struct TableRow<Value> where Value : Identifiable

Overview 概要

The value of a row is provided to each column of a table to produce the cells at each column in the row.

Topics 話題

Creating a Row

Default Implementations 省略時実装

Relationships 関係

Conforms To 次に準拠

See Also 参照

Rows