---
title: content
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/tablecolumnforeach/content
---

# content

A function to create content on demand using the underlying data.

## Declaration

```swift
var content: (Data.Element) -> Content
```

## See Also

### Accessing collection content

- [data](swiftui/tablecolumnforeach/data.md)
