Skip to content

TableEditor.getCellBelow method

TableEditor › getCellBelow

Unofficial

Get the cell below the given cell.

Signature:

getCellBelow(cell: TableCell): null | TableCell

Parameters:

ParameterTypeDescription
cellTableCellThe reference cell.

Returns: null | TableCellThe cell below, or null if at the bottom.