Contents

bordered

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

Declaration

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

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