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