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

# bordered

The table style that describes the behavior and appearance of a table with standard border.

## Declaration

```swift
@MainActor @preconcurrency static var bordered: BorderedTableStyle { get }
```

## Discussion

Discussion Bordered tables are expected to be inset from their outer containers, but do not have inset style rows or selection. To customize whether the rows of the table should alternate their backgrounds, use alternatingRowBackgrounds(_:).

## See Also

### Getting built-in table styles

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