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

Interface PivotTableWidgetProps

Props for the PivotTableWidget component

Properties

Data

dataSource

dataSource?: DataSource

Data source the query is run against - e.g. Sample ECommerce

If not specified, the query 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

Chart

dataOptions

dataOptions: PivotTableDataOptions

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

Widget

description

description?: string

Description of the widget


drilldownOptions

drilldownOptions?: PivotTableDrilldownOptions

Configuration for the pivot table drilldown


styleOptions

styleOptions?: PivotTableWidgetStyleOptions

Style options for both the table and widget including the widget header


title

title?: string

Title of the widget

Callbacks

onDataPointClick

onDataPointClick?: PivotTableDataPointEventHandler

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


onDataPointContextMenu

onDataPointContextMenu?: PivotTableDataPointEventHandler

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

Last Updated: