Skip to content

TableEditor.makeSortMenu method

TableEditor › makeSortMenu

Unofficial

Add the sort items for a cell's column to a menu.

Signature:

makeSortMenu(menu: Menu, cell: TableCell): void

Parameters:

ParameterTypeDescription
menuMenuThe menu to populate.
cellTableCellCell identifying the column to sort by.

Returns: void