Blazor Pivot Table Example - Live Data
Feed Delay(ms) :
Grand Total |
|---|
Grand Total | No records to display |
This sample demonstrates real-time data updates for both pivot table and pivot chart at specified time intervals.
Key features:
- Feed Delay numeric input for adjusting update interval in milliseconds
- Start Updating button initiates automatic updates at specified interval
- Stop Updating button halts automatic update process
- Display Change(%) values with conditional coloring (red for negative, green for positive)
Implementation uses cell template for value visualization and periodic data refresh mechanism.
For comprehensive documentation, refer to Cell Template and Pivot Chart sections.