# Interface PivotTableProps

Props of the PivotTable component.

# Properties

# Data

# dataSet

dataSet?: DataSource

Data source name (as a string) - e.g. Sample ECommerce.

If not specified, the component will use the defaultDataSource specified in the parent Sisense Context.


# filters

filters?: Filter[] | FilterRelations

Filters that will slice query results

# Representation

# dataOptions

dataOptions: PivotTableDataOptions

Configurations for how to interpret and present the data passed to the component


# styleOptions

styleOptions?: PivotTableStyleOptions

Configurations for how to style and present a pivot table's data.