Blazor Pivot Table Example - Drill Through
Grand Total |
|---|
Grand Total | No records to display |
This sample demonstrates obtaining raw item lists for specific cells using the drill-through option on double-clicking.
Drill-through features:
- View raw items of pivot table cells via double-click
- Dialog displays row headers, column headers, and values
- Column chooser option to include additional raw item details
- Initially displays bound fields information
Enable by setting AllowDrillThrough to true in SfPivotView.
For comprehensive documentation, refer to the drill-through documentation.