<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/TableHeaderRowContent",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI21TableHeaderRowContentV"
  },
  "title" : "TableHeaderRowContent"
}
-->

# TableHeaderRowContent

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

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

## Overview

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

## Relationships

### Conforms To

[`TableRowContent`](/documentation/SwiftUI/TableRowContent)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)