Skip to content

TableEditor.getCellAbove method

TableEditor › getCellAbove

Unofficial

Get the cell above the given cell.

Signature:

getCellAbove(cell: TableCell): null | TableCell

Parameters:

ParameterTypeDescription
cellTableCellThe reference cell.

Returns: null | TableCellThe cell above, or null if at the top.