<!--
{
  "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/EmptyTableRowContent",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI20EmptyTableRowContentV"
  },
  "title" : "EmptyTableRowContent"
}
-->

# EmptyTableRowContent

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

```
nonisolated 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.

## Relationships

### Conforms To

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

[`Escapable`](/documentation/Swift/Escapable)

[`Copyable`](/documentation/Swift/Copyable)

---

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)