Example of Drill Through in Blazor Pivot Table Component
This sample demonstrates how to obtain a list of raw items for a particular cell using the drill-through option on double-clicking.
Grand Total |
---|
Grand Total | No records to display |
In this sample, you can view the raw items of any pivot table cell by double-clicking the cell. The drill-through dialog holds the row headers, column headers, and values information of the clicked cell. Initially drill-through information is displayed for bound fields and you can include the remaining raw items details using the column chooser option in the dialog.
This feature can be enabled by setting the AllowDrillThrough
property in SfPivotView to true.
More information on the drill-through feature can be found in this documentation section.