Contents

DynamicTableRowContent

A type of table row content that generates table rows from an underlying collection of data.

Declaration

protocol DynamicTableRowContent : TableRowContent

Overview

This table row content type provides drag-and-drop support for tables. Use the onInsert(of:perform:) modifier to add an action to call when the table inserts new contents into its underlying collection.

Topics

Getting row data

Inserting rows

Supporting drag and drop

See Also

Creating rows