---
title: "makeBody(configuration:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/tablestyle/makebody(configuration:)"
---

# makeBody(configuration:)

Creates a view that represents the body of a table.

## Declaration

```swift
@ContentBuilder @MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body
```

## Parameters

- `configuration`: The properties of the table.

## Discussion

Discussion The system calls this method for each Table instance in a view hierarchy where this style is the current table style.

## See Also

### Creating custom table styles

- [TableStyle.Configuration](swiftui/tablestyle/configuration.md)
- [Body](swiftui/tablestyle/body.md)
