Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Currently, when the Grouping Bar is enabled in the Pivot Table component, the first column enforces a minimum width of 250px at the source level. This restriction overrides the user-defined resizedValue set within the load event, preventing the column width from being reduced below 250px—even when explicitly configured.
To allow greater flexibility and customization of the first column’s width, the internal logic of the Pivot Table component should be enhanced to:
Modify the Grouping Bar’s internal width calculation to respect user input.
Update the logic for setting the first column’s width to honor the resizedValue, even if it is less than 250px.
Ensure this change does not negatively impact layout stability or rendering behavior in other areas of the component.
Please refer to the attached image for a visual example of the issue and desired behavior.
