Options
All
  • Public
  • Public/Protected
  • All
Menu

The properties that will be passed to the CellRenderer component or function.

Type parameters

  • T: Cell<T, V>

  • V

Hierarchy

  • ValueViewerProps

Index

Properties

Properties

cell

cell: T

The cell's raw data structure

col

col: number

The current column index

row

row: number

The current row index

value

value: string | number | null

The result of the valueRenderer function

Generated using TypeDoc