function cell_renderValue<TFeatures, TData, TValue>(cell): any;function cell_renderValue<TFeatures, TData, TValue>(cell): any;Defined in: core/cells/coreCellsFeature.utils.ts:35
Reads the value that should be rendered for this cell.
Nullish accessor values are replaced with table.options.renderFallbackValue, matching the behavior of cell.renderValue().
TFeatures extends TableFeatures
TData extends RowData
TValue extends unknown = unknown
Cell<TFeatures, TData, TValue>
any
const rendered = cell_renderValue(cell)const rendered = cell_renderValue(cell)