getCell()
returns the object of a selected cell
getCell(): object;
Returns:
An object with parameters of a selected cell.
Example
const selectedCell = treegrid.selection.getCell();
// -> { row: {…}, column: {…} }
returns the object of a selected cell
An object with parameters of a selected cell.
Example
const selectedCell = treegrid.selection.getCell();
// -> { row: {…}, column: {…} }