Search results

QueryCellInfoEventArgs API in JavaScript (ES5) Pivot Table API control

The query cell event arguments provide the necessary information on each pivot cell rendering in the pivot table.

Properties

cell

Element

Defines the cell element.

colSpan

number

Defines the number of columns used to span the current cell at column wise.

column

Column

Defines the column information associated with the current cell.

data

Object

Defines the row data associated with the current cell.

foreignKeyData

Object

Define the foreign key row data associated with the current cell.

pivotview

PivotView

Define the pivot table instance object.

requestType

string

Defines the current action.

rowSpan

number

Defines the number of rows used to span the current cell at row wise.