Type Property 型プロパティ

bordered

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

Declaration 宣言

static var bordered: BorderedTableStyle { get }
Available when Self is BorderedTableStyle.

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 bordered(alternatesRowBackgrounds:).