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

Hi,

The pivot table's vertical resizing doesn't work well when it is wrapped with containers that are below a certain height.

Here is a sample to reproduce this issue: https://stackblitz.com/edit/3w6kdu?file=index.html

The height of .content-wrapper is set to 250px and has a hidden overflow. The pivot table's height is set to 100%.

When you try to expand a few row headers, so that the pivot grid will grow vertically, you'll see that the control has a problem with adjusting to the height of the container.

However, when you change the content-wrapper's height to 300px and above, everything seems to work fine.

Best regards,

Tomasz Janiec