---
title: TableOutlineGroupContent
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/tableoutlinegroupcontent
---

# TableOutlineGroupContent

An opaque table row type created by a table’s hierarchical initializers.

## Declaration

```swift
nonisolated struct TableOutlineGroupContent<Data> where Data : RandomAccessCollection, Data.Element : Identifiable
```

## Overview

Overview This row content is created by Table.init(_:,children:,...) initializers as the table’s Rows generic type. To explicitly create hierarchical rows, use OutlineGroup instead.

## Relationships

### Conforms To

- [TableRowContent](swiftui/tablerowcontent.md)

## See Also

### Adding progressive disclosure

- [DisclosureTableRow](swiftui/disclosuretablerow.md)
