Blazor Pivot Table Example - Local Data
Content Type: |
Grand Total |
|---|
Grand Total | No records to display |
This sample demonstrates basic pivot table rendering bound to JSON or CSV data extracted from local files.
Local data binding configuration:
- Use Url property to extract JSON/CSV data from external files
- Set Type property to appropriate data source type
- Use DataSourceType.JSON for JSON data
- Use DataSourceType.CSV for CSV data
For comprehensive local data binding documentation, refer to the documentation.