---
title: "tableStyle(_:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/view/tablestyle(_:)"
---

# tableStyle(_:)

Sets the style for tables within this view.

## Declaration

```swift
nonisolated func tableStyle<S>(_ style: S) -> some View where S : TableStyle

```

## See Also

### Creating a table

- [Building a great Mac app with SwiftUI](swiftui/building-a-great-mac-app-with-swiftui.md)
- [Table](swiftui/table.md)
