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: 

Setting enableVirtualization to true on a PivotTable that is bound to an external PivotFieldList (Excel style side-by-side layout) shows no records in the PivotTable grid. While loading, the browser may display a "Page Unresponsive" popup.

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 (The page will take a while to load).
  2. Observe that the browser displays a "Page Unresponsive" popup.
  3. Observe that the pivot table shows no records.
  4. In the code, change enableVirtualization to be false.
  5. Reload the preview (The page may take a while to load). 
  6. Observe that the pivot table shows records as expected.