Skip to content

TableRowProps

Defined in: packages/core/src/table/components/Row.tsx:6

TData

optional className: string

Defined in: packages/core/src/table/components/Row.tsx:15

Additional CSS class name for the row


optional renderCell: (cell) => ReactNode

Defined in: packages/core/src/table/components/Row.tsx:21

Custom cell renderer (optional). If provided, this function will be called for each cell instead of using the default SeizenTable.Cell component.

Cell<TData, unknown>

ReactNode


row: Row<TData>

Defined in: packages/core/src/table/components/Row.tsx:10

The TanStack Table Row object