Back to Table

cell_renderValue

docs/reference/functions/cell_renderValue.md

8.21.3616 B
Original Source

Function: cell_renderValue()

ts
function cell_renderValue<TFeatures, TData, TValue>(cell): any;

Defined in: core/cells/coreCellsFeature.utils.ts:13

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

TValue

TValue extends unknown = unknown

Parameters

cell

Cell<TFeatures, TData, TValue>

Returns

any