Type Alias: CellInfo
CellInfo =
object
The information about a cell.
Properties
dataKey?
optionaldataKey:DataKeyType
The data key.
rowData?
optionalrowData:Record<DataKeyType,unknown>
The row data.
rowIndex?
optionalrowIndex:number
The row index.