DevExtreme v23.1 is now available.
Explore our newest features/capabilities and share your thoughts with us.
PivotGrid supports the drill-down operation that allows you to retrieve individual facts (records) used to calculate a specific summary value.
Call the createDrillDownDataSource(options) method to get a DataSource instance that contains a list of facts for a summary value.
This demo displays a list of facts within a DataGrid in a Popup window. To open the window, click a pivot grid cell. We use the onCellClick event handler to retrieve the cell's data and pass it as an argument to the createDrillDownDataSource(options) method.