Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.5.1

NativeTable

NativeTableは、データを効率的に整理して表示するコンポーネントです。

ソース@yamada-ui/native-table

Props

NativeTableProps

colorScheme

説明

The visual color appearance of the component.

タイプ

"whiteAlpha" | "blackAlpha" | "gray" | "neutral" | "red" | "danger" | "rose" | "pink" | "flashy" | "orange" | "warning" | "amber" | "yellow" | "lime" | "green" | "success" | "emerald" | "teal" | "cyan" | "sky" | "blue" | "primary" | "info" | "link" | "indigo" | "violet" | "secondary" | "purple" | "fuchsia"

デフォルト

gray

highlightOnHover

説明

If true, highlight the row when the table row is hovered.

タイプ

boolean

デフォルト

false

layout

説明

The CSS table-layout property.

タイプ

"fixed" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | Partial<Record<Breakpoint, TableLayout | [TableLayout, TableLayout]>> | [...] | Partial<...> | [...] | ((theme: StyledTheme) => UIValue<...>)

size

説明

The size of the NativeTable.

タイプ

"sm" | "md" | "lg" | "xl"

デフォルト

md

variant

説明

The variant of the NativeTable.

タイプ

"simple" | "striped" | "unstyled"

デフォルト

simple

withBorder

説明

If true, display the outer border of the table.

タイプ

boolean

デフォルト

false

withColumnBorders

説明

If true, display line on the columns of the table.

タイプ

boolean

デフォルト

false

TableContainerProps

TableHeadProps

TableBodyProps

TableFootProps

TrProps

ThProps

isNumeric

説明

Aligns the cell content to the right.

タイプ

boolean

デフォルト

false

TdProps

isNumeric

説明

Aligns the cell content to the right.

タイプ

boolean

デフォルト

false

TableCaptionProps

placement

説明

The placement of the table caption.

タイプ

"bottom" | "top"

デフォルト

'bottom'

GitHubでこのページを編集する

PagingTableCalendar