resolveCellValue
Resolve the cell value for a column, honoring valueAccessor if defined,
otherwise reading row[column.field].
function resolveCellValue(row: TRow, column: ColumnConfig<TRow>, rowIndex: number): unknownParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
row | TRow | The row object |
column | ColumnConfig<TRow> | The column definition |
rowIndex | number | The visible row index (passed to accessor; defaults to -1) |
Example
Section titled “Example”const value = resolveCellValue(row, column);
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt