---
title: automatic
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/tablestyle/automatic
---

# automatic

The default table style in the current context.

## Declaration

```swift
@MainActor @preconcurrency static var automatic: AutomaticTableStyle { get }
```

## See Also

### Getting built-in table styles

- [inset](swiftui/tablestyle/inset.md)
- [bordered](swiftui/tablestyle/bordered.md)
