type AccessorFn<TData, TValue> = (originalRow, index) => TValue;type AccessorFn<TData, TValue> = (originalRow, index) => TValue;Defined in: types/ColumnDef.ts:36
Reads a cell value from an original row object.
The row index is provided for accessors that need stable position-aware derived values.
TData extends RowData
TValue extends CellData = CellData
TData
number
TValue