Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ui5-table-growing): button is shown despite scroll type #10142

Merged
merged 4 commits into from
Nov 7, 2024

Conversation

DonkeyCo
Copy link
Member

@DonkeyCo DonkeyCo commented Nov 5, 2024

When the table is not filling/utilizing all the space inside of the scroll container, we need to show a "More" button, as scrolling is not possible yet.
Once the scroll container is scrollable, the "More" button should disappear, which does not happen as of now.
Adjusted the logic determining when to render a button. Additionally, removed the overflow on the host element. Instead the table element should fill the parent element now.

Fixes #10045

Copy link
Contributor

@FelixSchubert-001 FelixSchubert-001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@DonkeyCo DonkeyCo merged commit 950441b into main Nov 7, 2024
10 checks passed
@DonkeyCo DonkeyCo deleted the fix-table-growing branch November 7, 2024 10:24
@ui5-webcomponents-bot
Copy link
Collaborator

🎉 This PR is included in version v2.5.0-rc.0 🎉

The release is available on v2.5.0-rc.0

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TableGrowing]: Button is displayed even when type is "Scroll"
3 participants