CustomPiovtFieldGroupItem

CustomPiovtFieldGroupItem class

Represents an item of custom grouped field.

class CustomPiovtFieldGroupItem;

Constructors

NameDescription
constructor(string, number[])The constructor of custom group item of pivot field.

constructor(string, number[])

The constructor of custom group item of pivot field.

constructor(name: string, itemIndexes: number[]);

Parameters:

ParameterTypeDescription
namestringThe name of group item
itemIndexesnumber[]All indexes to the items of base pivot field.