Constructor
# new ColumnHeaderMenu(props) → {React.ReactElement}
Overview
Displays right click column header menu with available optionsParameters:
Name | Type | Description |
---|---|---|
props |
Object | |
items |
Array | These are options that are available to choose in the menu. |
handleClose |
function | Method runs after selecting the option from the menu. |
event |
Object | Represents an event that takes place in DOM tree. |
It is used to set the top left corner of the menu in the right place.
React.ReactElement