This example binds the DevExpress Blazor Pivot Table component to a server mode data source. The data source loads data in small chunks (on demand) and delegates data shaping operations to Entity Framework Core. Server Mode reduces memory consumption and improves overall performance when working with large collections.
Refer to the following topic for additional information: Bind the Pivot Table to Data.
The example requires a specific SQLite/SQL Server database file. On the first run (and whenever the file is missing), the application displays a Generate Data button. Click the button to create the database and proceed.
This example binds the DevExpress Blazor Pivot Table to a SQLite database. To use a SQL Server database, set the DataProvider setting to SqlServer in appsettings.json.
- Get Started with the Pivot Table
- Bind the Pivot Table to Data
- Bind Blazor Components to Data with Entity Framework Core
(you will be redirected to DevExpress.com to submit your response)
