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

Description: 

Three or more rows in the DataSourceSettings json of an OLAP PivotView causes the UI to freeze for many seconds to minutes, and Chrome displays "Page Unresponsive" error dialog (see attached screen capture). Note that UI elements outside the pivot table will also become unresponsive. When the DataSourceSettings has only one row, the pivot table behaves normally.

I'm providing a simplified StackBlitz demo from your Adventure Works OLAP Pivot View example.


Steps to Reproduce:
  1. Go to this prepared StackBlitz demo
  2. Observe that the web page UI becomes unresponsive while the pivot table is loading.
  3. Observe that Chrome browser may display a "Page Unresponsive" error dialog.
  4. In the code, remove the second and third "row" from the dataSourceSettings.
  5. Reload the page.
  6. Observe that the pivot table behaves as expected.