# Interface PivotTableDataOptions

Configuration for how to query data and assign data to PivotTable.

# Properties

# Data Options

# columns

columns?: (StyledColumn | Column)[]

Dimensions for the columns of the pivot table


# grandTotals

grandTotals?: PivotGrandTotals

Options for grand totals


# rows

rows?: (StyledColumn | Column)[]

Dimensions for the rows of the pivot table


# values

values?: (MeasureColumn | CalculatedMeasureColumn | StyledMeasureColumn)[]

Measures for the values of the pivot table