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!

2
Votes

Currently in pivot table, there is no option to identify the actions while performing UI interactions such as drill, sorting, filtering, toolbar actions etc. So, need to provide the events to identify before and after performing each action in the pivot table.

Please find the event details that are need to be provided.

  1. ActionBegin - Event should trigger on action started.
  2. ActionComplete - Event should trigger on action completed. And the events should have parameters like what action is performed and its unique information.
  3. ActionFailure - Event should trigger with failure information if occurs before action complete.

Also, the above events should be supported for the following UI actions in the pivot table.

  • Drill operation.
  • Field list and Grouping bar buttons actions such as sorting, filtering, remove, calculated field edit, value type change
  • Value sorting
  • Drill-through and editing (cell double click)
  • Value field settings dialog
  • Toolbar icon clicks such as tab switch between table and chart, Number Formatting, Conditional Formatting, Summarization menu, report manipulation icons
  • Calculated Field