TableEditor.getNextCell method
TableEditor › getNextCell
Unofficial
Get the next cell in the given direction, wrapping across rows.Signature:
getNextCell(cell: TableCell, direction: CellDirection): null | TableCellParameters:
| Parameter | Type | Description |
|---|---|---|
| cell | TableCell | The reference cell. |
| direction | CellDirection | Direction to navigate. |
Returns: null | TableCell — The next cell, or null if at the boundary.