function row_renderValue<TFeatures, TData>(row, columnId): any;function row_renderValue<TFeatures, TData>(row, columnId): any;Defined in: core/rows/coreRowsFeature.utils.ts:88
Returns a renderable row value for a column.
If the accessor value is nullish, the table's renderFallbackValue is used instead.
TFeatures extends TableFeatures
TData extends RowData
Row<TFeatures, TData>
string
any
const value = row_renderValue(row, 'firstName')const value = row_renderValue(row, 'firstName')