Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, 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!

1
Vote

The Pivot Table's server-side pivot engine (external pivot engine) uses the Syncfusion package Syncfusion.Pivot.Engine to gather data from the data source and perform all pivot operations such as aggregation, filtering, sorting, grouping, and more on a separate hosted server and only paged data is sent to the pivot table viewport via web service. Currently, we don't have support to customize the service request for the server-side pivot table. So, we need to provide support to customize the existing request to pass the request in "base64" format within the "beforeServiceInvoke" event and process the request based on the modified request information.