Interface

CellValue

CellValue

Values for a given column/row, returned by cellRenderer (or the default renderer).
Properties:
Name Type Attributes Description
dataValue any The data value for the cell.
displayValue any <optional>
The value to be displayed for the cell. If this is not set, value will be used instead.

View Source common.ts, line 41