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