AnalyticalTable: infinite scrolling with small chunk size does not allow to see all the data #5327
Closed
1 task done
Labels
wontfix
This will not be worked on
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: