Skip to content

TableEditor.placeCursorInCell method

TableEditor › placeCursorInCell

Unofficial

Focus a cell and place the cursor inside it.

Signature:

placeCursorInCell(cell: TableCell, position: CellPosition): void

Parameters:

ParameterTypeDescription
cellTableCellThe target cell.
positionCellPositionWhere to place the cursor within the cell.

Returns: void