You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see in the video, the table is 1197px wide, while the sum of the minWidths is 985px. Since there is available space, the horizontal scroll shouldn't appear. We also tried with scaleWidthMode as Grow and Smart but the overflow also happens in both cases.
Priority
Low
UI5 Web Components Version
2.7.1
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
No response
Declaration
I’m not disclosing any internal or sensitive information.
The text was updated successfully, but these errors were encountered:
Bug Description
AnalyticalTable columns with minWidth are causing an unnecessary overflow
Affected Component
AnalyticalTable
Expected Behaviour
When we set minWidths for all columns and the table size is bigger than the sum of the minWidths, no overflow should happen.
Isolated Example
https://stackblitz.com/edit/github-thk7nci8-znb8zkpk?file=src%2FApp.tsx
Steps to Reproduce
...
Log Output, Stack Trace or Screenshots
Our AnalyticalTable usage:
Columns definition:
Screen.Recording.2025-03-12.at.16.49.23.mov
As you can see in the video, the table is 1197px wide, while the sum of the minWidths is 985px. Since there is available space, the horizontal scroll shouldn't appear. We also tried with
scaleWidthMode
as Grow and Smart but the overflow also happens in both cases.Priority
Low
UI5 Web Components Version
2.7.1
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: