Blazor Pivot Table Example - HeatMap
Grand Total |
|---|
Grand Total | No records to display |
This sample demonstrates visualizing pivot table data by creating heatmap-like cell appearance.
Pivot Table cell customization using templates:
- Use CellTemplate for custom cell rendering
- Represent product-specific monthly sales revenue as heatmap visualization
- Calculate lowest and highest values via EnginePopulated event
- Apply color schemes based on value ranges
For comprehensive cell template documentation, refer to the documentation.