Search results

AggregateEventArgs API in React Pivot Table API component

The aggregate event arguments provide the necessary information on each pivot value cell framing in the pivot engine for pivot table render.

Properties

aggregateType

SummaryTypes

Defines the current aggregate type of the value cell.

cellSets

IDataSet[]

Defines the actual data source collection that used to aggregate the value of the current cell.

column

IAxisSet

Defines the column header information of the value cell.

columnCellType

string

Defines whether the column header cell type is header or sub-total or grand-total.

fieldName

string

Defines the field name of the value cell.

row

IAxisSet

Defines the row header information of the value cell.

rowCellType

string

Defines whether the row header cell type is header or sub-total or grand-total.

skipFormatting

boolean

Defines an option to restrict the number formating of the current value cell.

value

number

Defines the aggregate cell value of the current cell.