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

8
Votes

Currently, our Syncfusion Blazor Pivot Table only supports displaying data in an Excel-like layout, which is Excel's "Compact" form that allows displaying the summary cells positioned besides each parent member and their child members appear next to them in the pivot table UI.


However, MS Excel and Power BI have "Classic layout" (also known as the "Tabular" form as an additional option, which allow displaying summary cells are positioned at the bottom of each parent member and their child members appear next to them. in the pivot table UI. So, like Excel, we need to provide this tabular mode option in our Syncfusion Pivot Table. Please see the example screenshot for reference.


Furthermore, when implementing this tabular layout form, we must consider features relevant to the pivot table UI, such as virtual scrolling, selection, summary customization, templates, and exporting, all of which are currently supported by our pivot table's compact layout.

Image

Note: It should be supported for both relational and OLAP data sources.