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!

2
Votes

The Syncfusion Blazor Pivot Table component currently lacks a built-in method to dynamically update its data source or pivot configuration (e.g., rows, columns, filters) at runtime. This limitation prevents users from programmatically modifying the pivot table’s data or layout after initial rendering, hindering scenarios like real-time data refreshes or user-driven configuration changes.

To address this, we propose adding a dedicated method, similar to the EJ2 Pivot Table’s refreshData(), to programmatically update the data source and pivot configuration (e.g., rows, columns, filters, aggregations) at runtime. This method would rebind the data and refresh the pivot table’s UI, enabling seamless updates in scenarios like interactive dashboards or real-time data feeds. 

This enhancement would reduce manual DOM manipulation, improve performance, and enhance the component’s flexibility for dynamic reporting use cases.