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
When I set maxWidth to several columns, and resize the browser(In the example posted below, resize the browser width to make the table's width between around 1260px ~ 1340px), there will be extra space on the right side of the table. When I remove the maxWidth, everything is ok.
Adjust the browser width, and then you'll notice that when the width is within a certain range, there will be an extra space on the right side of the table.
Expected Behaviour
No extra space.
Screenshots or Videos
The extra space on the right side when adjusting the width to a certain range:
The expected behavior:
UI5 Web Components for React Version
~1.18.0
UI5 Web Components Version
~1.16.0
Browser
Chrome, Firefox, Safari
Operating System
No response
Additional Context
No response
Relevant log output
No response
Declaration
I’m not disclosing any internal or sensitive information.
The text was updated successfully, but these errors were encountered:
We are having the same issue but without resizing the browser
We are using scaleWidthMode={AnalyticalTableScaleWidthMode.Smart}
The behaviour does not depend on setting width, only the maxWidth of the last column
We cannot use AnalyticalTableScaleWidthMode.Grow because we want to have a single column to grow to max out the rows width but this results in a horizontal scrollbar being created
Describe the bug
When I set maxWidth to several columns, and resize the browser(In the example posted below, resize the browser width to make the table's width between around 1260px ~ 1340px), there will be extra space on the right side of the table. When I remove the maxWidth, everything is ok.
Isolated Example
https://codesandbox.io/p/sandbox/heuristic-panini-zxnf9n?file=/src/App.tsx:106,20
Reproduction steps
Expected Behaviour
No extra space.
Screenshots or Videos
The extra space on the right side when adjusting the width to a certain range:
![image](https://private-user-images.githubusercontent.com/5129504/260939973-cafa4768-e9ba-4200-a63d-45eb025a2421.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDM5NDcsIm5iZiI6MTczOTM0MzY0NywicGF0aCI6Ii81MTI5NTA0LzI2MDkzOTk3My1jYWZhNDc2OC1lOWJhLTQyMDAtYTYzZC00NWViMDI1YTI0MjEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMDcwMDQ3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZjEyYWQ1OTE5MzFkMWY5M2FmNmUyN2RjZTMyZjFmMDkyNWQ2MzYwNWQ4MTNmNzVjMTQzN2UwMjEzN2YxMzBjOSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.obA6GzLE69bLazeLAE_Lx78G7mvq5Iahf9VjAKXjhvY)
The expected behavior:
![image](https://private-user-images.githubusercontent.com/5129504/260940243-2a7aa55d-44e9-4446-b2d2-d23053d7eb3b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDM5NDcsIm5iZiI6MTczOTM0MzY0NywicGF0aCI6Ii81MTI5NTA0LzI2MDk0MDI0My0yYTdhYTU1ZC00NGU5LTQ0NDYtYjJkMi1kMjMwNTNkN2ViM2IucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMDcwMDQ3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NThlZWVjMDVhZGJjZjA4NWMwNDc4NDAwMWNiMjM0ZDVhNjI2ZDVhYTI4YjkyZTA0NTM1ZDUwOGE3YjNmZDAxMSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.xnmQ3TQcWyZjZ7WHKI6v8cDXrZkHsgS0p1Xp6g6leJk)
UI5 Web Components for React Version
~1.18.0
UI5 Web Components Version
~1.16.0
Browser
Chrome, Firefox, Safari
Operating System
No response
Additional Context
No response
Relevant log output
No response
Declaration
The text was updated successfully, but these errors were encountered: