Description

This is an example demonstrates some of the built-in events of the React Pivot Grid Component. All event handling code is implemented inside the componentDidMount function of the React App. The first event handler implements event related to pivot item expand/collapse, pivot grid sorting, and pivot item selection events. The second event handler implements the main pivot item mouse events like mouse up, mouse down, click and double click. The third event handling function implements pivot cell mouse events. The App also includes a button which clears the events log. The log window implmented using the ReactJS TextArea Component.