-
Notifications
You must be signed in to change notification settings - Fork 103
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
AnalyticalTable: include empty rows in AnalyticalTableVisibleRowCountMode.Auto
#5341
Comments
Hi @ej612 the table will only fill the content of non empty rows (visible rows). You can control how many empty rows you always want to show by using the https://codesandbox.io/s/wild-wildflower-s3djyd?file=/src/App.js |
Hi @Lukas742 Thanks a lot for your response. I should have given you more context: Our AnalyticalTable is inside a resizable dialog, which means the available vertical space is not known beforehand. I therefore don't think setting
Thanks a lot! |
Hi @ej612 this is a valid feature request as this behavior makes sense and is also present in the SAP/OpenUI5 table. I am now reopening this issue and making it a feature request. I hope you don't mind that I have updated the title accordingly. |
AnalyticalTableVisibleRowCountMode.Auto
🎉 This issue has been resolved in version v1.24.0 🎉 The release is available on v1.24.0 Your semantic-release bot 📦🚀 |
Describe the bug
Hi there,
We have an AnalyticalTable that we want to grow with its container, i.e. it's supposed to take up all available vertical space by adding blank rows. From the docs, it seems to me that this is what
AnalyticalTableVisibleRowCountMode.Auto
is supposed to do:However, that doesn't work for me. I have created a sandbox:
Expected behavior
The red container has a fixed height and should be completely covered by the table, i.e. no red should be visible.
Actual behavior
The table adds only exactly 3 blank rows, whether I use
Auto
orFixed
.Am I doing it wrong? Thanks a lot in advance.
UI5 Web Components for React Version
1.21.0
UI5 Web Components Version
1.18.0
Browser
Chrome
Operating System
Windows 11
The text was updated successfully, but these errors were encountered: