Contents

EmptyTableRowContent

A table row content that doesn’t produce any rows.

Declaration

struct EmptyTableRowContent<Value> where Value : Identifiable

Overview

You will rarely, if ever, need to create an EmptyTableRowContent directly. Instead, EmptyTableRowContent represents the absence of a row.

See Also

Creating rows