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

This issue has been introduced since we upgraded to pivot view 18.2.55 and I believe it was fine on an earlier version of syncfusion.

If I update the first column width of pivot grid which is the row level aggregation (column with no headers), the column widhts for all other columns resets.

I have updated the code that syncfusion provided for another issue (16378) to have new version of control and the issue can be reproduced here:

https://stackblitz.com/edit/ptwcmh-iwxuux?file=index.ts


On line 31 here I have updated the width of first column and because of that column width for "Units Sold" is not being set to 310.

Empty


Now, either remove the first if statement or just update the width to be 200 (which i believe is the default) instead of 300 so the code will look like this:

Empty


Now you'll see the width 310 is being applied to "Units Sold" column

Please let me know if you need more information on this.

Thanks & Regards
Dhruv