Class

ColumnHeaderMenu

ColumnHeaderMenu(props) → {React.ReactElement}

Constructor

# new ColumnHeaderMenu(props) → {React.ReactElement}

Overview

Displays right click column header menu with available options
Parameters:
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.

View Source Body/Project/Data/ColumnHeaderMenu.js, line 25

It is used to set the top left corner of the menu in the right place.

React.ReactElement