Readonly
cellThe cellLayout without any offset or view specific adjustments.
Readonly
columnThe columnCount provided by the properties
Return the cell as a range. If this cell is merged this will be reflected. Note - This is slightly more sophisticated than rowSpan and colSpan because it allows for queries that are not on the top/left
The grid coordinates relative to the containing div (includes any padding, margins)
Return the view for the given coords. If coord is over a frozen pane it will return the frozen pane otherwise it will return the center view. This will never return null.
Return null if the view does not exist.
Return the view for the given point. If point is over a frozen pane it will return the frozen pane otherwise it will return the center view. This will never return null.
Invalidate either a cell or a range of cells. If no arguments are provided then the entire grid is invalidated.
Optional
coords: CellCoords | CellRangeCoordsCalled when the view has been changed.
This is only called once.
Readonly
rowThe rowCount provided by the properties
Scroll the cell into view. If the coord does not have an index it will only scroll in a single direction.
Optional
options: boolean | ScrollIntoViewOptionsReadonly
stageThe stage element for the cells
Type returned via ref property