React PivotGrid - CellClickEvent

The type of the cellClick event handler's argument.

import { PivotGridTypes } from "devextreme-react/pivot-grid"
Type: PivotGridTypes.CellClickEvent

area

Type:

String

cancel

Specifies whether the event is cancelable.

Type:

Boolean

cell

cellElement

columnFields

columnIndex

Type:

Number

component

The UI component's instance.

Selector: Component
Type:

PivotGrid

dataFields

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event

rowFields

rowIndex

Type:

Number