Leave Yamada UI a star

Star
Yamada UIYamada UIv1.5.1

Table

Table is a table component equipped with column sorting, row selection, and click event features.

Source@yamada-ui/table

Theming

The Table is a multi part component.

export const Table: ComponentMultiStyle<"Table"> = mergeMultiStyle(
NativeTable,
{
baseStyle: {
sortIcon: {},
},
sizes: {
sm: {
sortIcon: {
right: 2,
},
},
md: {
sortIcon: {
right: 3,
},
},
lg: {
sortIcon: {
right: 4,
},
},
xl: {
sortIcon: {
right: 6,
},
},
},
},
)()
Copied!

Edit this page on GitHub

PreviousStatNextPagingTable