Abstract
Get canvas element.
Get the number of columns.
Set the number of columns.
Get the default column width.
Set the default column width.
Get the default row height.
Set the default row height.
Get the font definition as a string.
Set the font definition with the given string.
Get the number of frozen columns.
Set the number of frozen columns.
Get the number of frozen rows.
Set the number of frozen rows.
Get the index of the first column in the scrollable region that is visible.
Get the number of rows.
Set the number of rows.
gets or sets the number of pixels that an element's content is scrolled from its left edge
gets or sets the number of pixels that an element's content is scrolled vertically
Get the selection instance.
Get the index of the first row in the scrollable region that is visible.
If set to true, trim the pasted text on pasting.
Get the background color of the underlay.
Set the background color of the underlay.
Get the number of scrollable columns fully visible in the grid. visibleColCount does not include the frozen columns counted by the frozenColCount property. It does not include any partially visible columns on the right of the grid.
Get the number of scrollable rows fully visible in the grid. visibleRowCount does not include the frozen rows counted by the frozenRowCount property. It does not include any partially visible rows on the bottom of the grid.
Static
EVENT_Fires all registered listeners
The type of the listeners to fire.
Rest
...event: DrawGridEventHandlersEventMap[TYPE]the result of the last listener
Get the rectangle of the cells area.
index of the starting column, of the cell
index of the starting row, of the cell
index of the ending column, of the cell
index of the ending row, of the cell
the rect of the cells.
Redraws the range of the given cells.
index of the starting column, of the cell
index of the starting row, of the cell
index of the ending column, of the cell
index of the ending row, of the cell
Adds an event listener.
The event type id.
Callback method.
unique id for the listener.
DrawGrid
Classdesc
cheetahGrid.core.DrawGrid
Memberof
cheetahGrid.core