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 columns headers are not resized/clipped properly when the content doesn't fit in the cell. This issue occurs when the column is collapsed and it looks like this:

Pivot_collapsed.PNG

When one of the headers is expanded the rest of the headers are clipped properly

Pivot_expanded.PNG

Here is the link with the issue reproduced:

I'm not really sure what is the default designed behaviour here - clipping the text or resizing the width of the columns to fit the header text length, I couldn't find a definitive answer in the documentation.

I've tried to use the autoFitColumns method but it also doesn't work properly. You can uncomment line 45 in the stackblitz code and see for yourself.

Best regards,

Tomasz