TableEditor.makeSortMenu method
TableEditor › makeSortMenu
Unofficial
Add the sort items for a cell's column to a menu.Signature:
makeSortMenu(menu: Menu, cell: TableCell): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| menu | Menu | The menu to populate. |
| cell | TableCell | Cell identifying the column to sort by. |
Returns: void