Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

5
Votes

Syncfusion has EJ2.Pivot library to do the entire pivot calculations in serve-side and pass only the viewport information to browser. And it supports in EJ2 Pivot Table component.

The Blazor Pivot Table component has some delays in Blazor WASM application while comparing Blazor server-side application because of the limitations in WASM application.

This delay can be reduced while using the EJ2.Pivot library to do the pivot calculation instead of doing the same in Syncfusion.Blazor.PivotTable library.

So, need to provide support to use the EJ2.Pivot library in Blazor Pivot Table.