Client-Side API Reference > FlexGrid > wijmo.grid > CellFactory Class |
disposeCell(cell: HTMLElement): void
Disposes of a cell element and releases all resources associated with it.
The element that represents the cell.
getEditorValue(g: FlexGrid): any
Gets the value of the editor currently being used.
updateCell(p: GridPanel, r: number, c: number, cell: HTMLElement, rng?: CellRange, updateContent?: boolean): void
Creates or updates a cell in the grid.
The GridPanel that contains the cell.
The index of the row that contains the cell.
The index of the column that contains the cell.
The element that represents the cell.
The CellRange object that contains the cell's merged range, or null if the cell is not merged.
Whether to update the cell's content as well as its position and style.
Creates HTML elements that represent cells within a FlexGrid control.