sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Interface PivotTableProps

Props of the PivotTableComponent.

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.

NOTE that highlight filters in the "Include all" state are silently omitted from the query. To clear a highlight, remove it from the array.

Callbacks

dataPointClick

dataPointClick?: PivotTableDataPointEventHandler

Callback function that is called when the pivot table cell is clicked


dataPointContextMenu

dataPointContextMenu?: PivotTableDataPointEventHandler

Callback function that is called when the pivot table cell is right-clicked

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.

Last Updated: