DynamicTableRowContent
A type of table row content that generates table rows from an underlying collection of data.
Declaration
protocol DynamicTableRowContent : TableRowContentOverview
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.