Cell
Defined in: node_modules/.pnpm/@tanstack+table-core@8.21.3/node_modules/@tanstack/table-core/build/lib/types.d.ts:113
Extends
Section titled “Extends”CoreCell<TData,TValue>.GroupingCell
Type Parameters
Section titled “Type Parameters”TData extends RowData
TValue
Section titled “TValue”TValue
Properties
Section titled “Properties”column
Section titled “column”column:
Column<TData,TValue>
Defined in: node_modules/.pnpm/@tanstack+table-core@8.21.3/node_modules/@tanstack/table-core/build/lib/core/cell.d.ts:17
The associated Column object for the cell.
Inherited from
Section titled “Inherited from”CoreCell.column
getContext()
Section titled “getContext()”getContext: () =>
CellContext<TData,TValue>
Defined in: node_modules/.pnpm/@tanstack+table-core@8.21.3/node_modules/@tanstack/table-core/build/lib/core/cell.d.ts:23
Returns the rendering context (or props) for cell-based components like cells and aggregated cells. Use these props with your framework’s flexRender utility to render these using the template of your choice:
Returns
Section titled “Returns”CellContext<TData, TValue>
Inherited from
Section titled “Inherited from”CoreCell.getContext
getIsAggregated()
Section titled “getIsAggregated()”getIsAggregated: () =>
boolean
Defined in: node_modules/.pnpm/@tanstack+table-core@8.21.3/node_modules/@tanstack/table-core/build/lib/features/ColumnGrouping.d.ts:114
Returns whether or not the cell is currently aggregated.
Returns
Section titled “Returns”boolean
Inherited from
Section titled “Inherited from”GroupingCell.getIsAggregated
getIsGrouped()
Section titled “getIsGrouped()”getIsGrouped: () =>
boolean
Defined in: node_modules/.pnpm/@tanstack+table-core@8.21.3/node_modules/@tanstack/table-core/build/lib/features/ColumnGrouping.d.ts:120
Returns whether or not the cell is currently grouped.
Returns
Section titled “Returns”boolean
Inherited from
Section titled “Inherited from”GroupingCell.getIsGrouped
getIsPlaceholder()
Section titled “getIsPlaceholder()”getIsPlaceholder: () =>
boolean
Defined in: node_modules/.pnpm/@tanstack+table-core@8.21.3/node_modules/@tanstack/table-core/build/lib/features/ColumnGrouping.d.ts:126
Returns whether or not the cell is currently a placeholder cell.
Returns
Section titled “Returns”boolean
Inherited from
Section titled “Inherited from”GroupingCell.getIsPlaceholder
getValue
Section titled “getValue”getValue:
Getter<TValue>
Defined in: node_modules/.pnpm/@tanstack+table-core@8.21.3/node_modules/@tanstack/table-core/build/lib/core/cell.d.ts:29
Returns the value for the cell, accessed via the associated column’s accessor key or accessor function.
Inherited from
Section titled “Inherited from”CoreCell.getValue
id:
string
Defined in: node_modules/.pnpm/@tanstack+table-core@8.21.3/node_modules/@tanstack/table-core/build/lib/core/cell.d.ts:35
The unique ID for the cell across the entire table.
Inherited from
Section titled “Inherited from”CoreCell.id
renderValue
Section titled “renderValue”renderValue:
Getter<TValue|null>
Defined in: node_modules/.pnpm/@tanstack+table-core@8.21.3/node_modules/@tanstack/table-core/build/lib/core/cell.d.ts:41
Renders the value for a cell the same as getValue, but will return the renderFallbackValue if no value is found.
Inherited from
Section titled “Inherited from”CoreCell.renderValue
row:
Row<TData>
Defined in: node_modules/.pnpm/@tanstack+table-core@8.21.3/node_modules/@tanstack/table-core/build/lib/core/cell.d.ts:47
The associated Row object for the cell.
Inherited from
Section titled “Inherited from”CoreCell.row