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 infinite scrolling uses a small chunk size, the table does not display the scrollbar.
Thus, the user cannot scroll down and can never see all the data.
unfortunately we have to reject this feature request for the following reasons:
As far as I know, no Sap/OpenUI5 table supports this option either
The implementation would feel weird, we would either have to add empty rows at the bottom of the table, which would then look strange when updating, or increase the height of the table body to make it scrollable, which would look weird when scrolling.
In my opinion, it would be better to use a "load more" button below the table in this case.
Describe the bug
When infinite scrolling uses a small chunk size, the table does not display the scrollbar.
Thus, the user cannot scroll down and can never see all the data.
Isolated Example
https://codesandbox.io/s/interesting-kepler-r3gy8y?file=/src/App.js
Reproduction steps
If you modify the code to use a bigger chunksize (say 50), then the scrollbar is visible again.
Expected Behaviour
The user must be able to access all the data.
Suggestion:
Force the scrollbar to be visible when infiniteScroll is true. And trigger onLoadMore() when the user tries to scroll down.
Screenshots or Videos
No response
UI5 Web Components for React Version
1.16.0
UI5 Web Components Version
1.14.0
Browser
Chrome
Operating System
No response
Additional Context
Organization: SAP
Independently of the chunk size, This issue can also happen with property isTreeTable= true:
Relevant log output
No response
Declaration
The text was updated successfully, but these errors were encountered: