TableCellProps
Defined in: packages/core/src/table/components/Cell.tsx:6
Type Parameters
Section titled “Type Parameters”TData
Properties
Section titled “Properties”cell:
Cell<TData,unknown>
Defined in: packages/core/src/table/components/Cell.tsx:10
The TanStack Table Cell object
className?
Section titled “className?”
optionalclassName:string
Defined in: packages/core/src/table/components/Cell.tsx:20
Additional CSS class name for the cell
row:
Row<TData>
Defined in: packages/core/src/table/components/Cell.tsx:15
The TanStack Table Row object (parent row)