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 supports following export types,

  • Excel

  • CSV

  • PDF

Currently, the pivot table have following events that can be triggered on framing each row and value cell during Pivot Table export (without virtualization enabled). And these events allow us to customize cell values.

Also, the pivot table with virtual scroll data can be export by using PivotEngine export without any performance degradation. But currently there is no events to trigger on framing each row and value cell during exporting in the PivotEngine export. So, need to provide all the events for PivotEngine export that currently support in Grid export.

Please refer the following document links.

PDF export events: https://ej2.syncfusion.com/documentation/pivotview/pdf-export/#events
Excel export events: https://ej2.syncfusion.com/documentation/pivotview/excel-export/#events

Note: Event support should be considered for all export type mentioned above.