PivotGridCellProps
Represents the props of the KendoReact PivotGridCell component.
Definition
Package:@progress/kendo-react-pivotgrid
Properties
ariaDescribedby?
string
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.
className?
string
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.
onDoubleClick?
(args: any) => void
Fires when the user double-clicks the PivotGridCell.
onMouseDown?
(args: any) => void
Fires when the user presses a mouse button while the cursor is over the PivotGridCell.
onMouseEnter?
(args: any) => void
Fires when the cursor enters the PivotGridCell area.
onMouseLeave?
(args: any) => void
Fires when the cursor leaves the PivotGridCell area.
onMouseMove?
(args: any) => void
Fires when the cursor moves within the PivotGridCell area.
onMouseOut?
(args: any) => void
Fires when the cursor moves outside the PivotGridCell area.
onMouseOver?
(args: any) => void
Fires when the cursor moves over the PivotGridCell area.
onMouseUp?
(args: any) => void
Fires when the user releases a mouse button while the cursor is over the PivotGridCell.
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.