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!>
Thanks for joining our community and helping improve Syncfusion products!
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