TableRowProps
Defined in: packages/core/src/table/components/Row.tsx:6
Type Parameters
Section titled “Type Parameters”TData
Properties
Section titled “Properties”className?
Section titled “className?”
optionalclassName:string
Defined in: packages/core/src/table/components/Row.tsx:15
Additional CSS class name for the row
renderCell()?
Section titled “renderCell()?”
optionalrenderCell: (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.
Parameters
Section titled “Parameters”Cell<TData, unknown>
Returns
Section titled “Returns”ReactNode
row:
Row<TData>
Defined in: packages/core/src/table/components/Row.tsx:10
The TanStack Table Row object