Blazor Pivot Table Example - Local Data
This sample demonstrates basic rendering of the pivot table bound to JSON or CSV data extracted from a local file.
Content Type: |
Grand Total |
---|
Grand Total | No records to display |
In this demo, the Url property in PivotViewDataSourceSettings is used to extract the JSON and CSV data from an external file. Set the Type property in PivotViewDataSourceSettings to DataSourceType.JSON to read the JSON data and DataSourceType.CSV to read the CSV data from an external file, respectively.
More information on the local data binding can be found in this documentation section.