# 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?:
FilterRelations
|Filter
[]
Filters that will slice query results
# highlights
highlights?:
Filter
[]
Filters that will highlight 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.