Configuration of the pivot grid.

Hierarchy

Hierarchy

  • IgrPivotConfiguration

Constructors

Accessors

  • get columns(): IgrPivotDimension[]
  • A list of the columns.

    Returns IgrPivotDimension[]

  • set columns(v): void
  • Parameters

    Returns void

  • get filters(): IgrPivotDimension[]
  • Dimensions to be displayed in the filter area.

    Returns IgrPivotDimension[]

  • set filters(v): void
  • Parameters

    Returns void

  • get nativeElement(): HTMLElement
  • Returns HTMLElement

  • get pivotKeys(): IgrPivotKeys
  • Pivot data keys used for data generation. Can be used for custom remote scenarios where the data is pre-populated.

    Returns IgrPivotKeys

  • set pivotKeys(v): void
  • Parameters

    Returns void

  • get rows(): IgrPivotDimension[]
  • A list of the rows.

    Returns IgrPivotDimension[]

  • set rows(v): void
  • Parameters

    Returns void

  • get values(): IgrPivotValue[]
  • A list of the values.

    Returns IgrPivotValue[]

  • set values(v): void
  • Parameters

    Returns void

Methods

  • Parameters

    • name: string

    Returns any

  • Parameters

    • element: any

    Returns void