Contents

TableForEachContent

A type of table row content that creates table rows created by iterating over a collection.

Declaration

struct TableForEachContent<Data> where Data : RandomAccessCollection, Data.Element : Identifiable

Overview

You don’t use this type directly. The various Table.init(_:,...) initializers create this type as the table’s Rows generic type.

To explicitly create dynamic collection-based rows, use ForEach instead.

See Also

Creating rows