---
title: TableHeaderRowContent
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/tableheaderrowcontent
---

# TableHeaderRowContent

A table row that displays a single view instead of columned content.

## Declaration

```swift
nonisolated struct TableHeaderRowContent<Value, Content> where Value : Identifiable, Content : View
```

## Overview

Overview You do not create this type directly. The framework creates it on your behalf.

## Relationships

### Conforms To

- [TableRowContent](swiftui/tablerowcontent.md)

## See Also

### Creating rows

- [TableRow](swiftui/tablerow.md)
- [TableRowContent](swiftui/tablerowcontent.md)
- [TupleTableRowContent](swiftui/tupletablerowcontent.md)
- [TableForEachContent](swiftui/tableforeachcontent.md)
- [EmptyTableRowContent](swiftui/emptytablerowcontent.md)
- [DynamicTableRowContent](swiftui/dynamictablerowcontent.md)
- [TableRowBuilder](swiftui/tablerowbuilder.md)
