GridCellObject
An object that contains information about the cell.
Properties
Example
{
rowIdx: 10,
colIdx: 2,
label: "45 115",
value: 45115,
cellType: [ "data" ],
areaType: "data",
colSpan: 1,
rowSpan: 1
}
An object that contains information about the cell.
{
rowIdx: 10,
colIdx: 2,
label: "45 115",
value: 45115,
cellType: [ "data" ],
areaType: "data",
colSpan: 1,
rowSpan: 1
}