New to KendoReactStart a free 30-day trial

Represents the props of the KendoReact PivotGridCell component.

Definition

Package:@progress/kendo-react-pivotgrid

Properties

Sets the aria-describedby property of the top-most element of the PivotGridCell.

children?

ReactNode

Sets the children property of the top-most element of the PivotGridCell.

Sets the className property of the top-most element of the PivotGridCell in addition to the default k-pivotgrid-cell class.

columnPath?

string[]

Represents the columns path leading to the current cell.

Represents the dataItem of the PivotGridCell.

The dataItem is a single PivotDataItem object.

id?

string

Sets the id property of the top-most element of the PivotGridCell.

onClick?

(args: any) => void

Fires when the user clicks the PivotGridCell.

Parameters:argsany

onDoubleClick?

(args: any) => void

Fires when the user double-clicks the PivotGridCell.

Parameters:argsany

onMouseDown?

(args: any) => void

Fires when the user presses a mouse button while the cursor is over the PivotGridCell.

Parameters:argsany

onMouseEnter?

(args: any) => void

Fires when the cursor enters the PivotGridCell area.

Parameters:argsany

onMouseLeave?

(args: any) => void

Fires when the cursor leaves the PivotGridCell area.

Parameters:argsany

onMouseMove?

(args: any) => void

Fires when the cursor moves within the PivotGridCell area.

Parameters:argsany

onMouseOut?

(args: any) => void

Fires when the cursor moves outside the PivotGridCell area.

Parameters:argsany

onMouseOver?

(args: any) => void

Fires when the cursor moves over the PivotGridCell area.

Parameters:argsany

onMouseUp?

(args: any) => void

Fires when the user releases a mouse button while the cursor is over the PivotGridCell.

Parameters:argsany

role?

string

Sets the role property of the top-most element of the PivotGridCell.

rowPath?

string[]

Represents the row path leading to the current cell.

style?

CSSProperties

Sets the style property of the top-most element of the PivotGridCell.

tabIndex?

number

Sets the tabIndex property of the top-most element of the PivotGridCell.

total?

boolean

Indicates if the current cell represents a total value.