-
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]: Scrollbar disappears when page is zoomed out even if more entries have to be loaded. (Paginated API calls populating the table) #5278
Comments
Hi @Lukas742 |
We're having the same issue over at #5327. |
Hi everyone, The linked PR will add the We recommend to only use this prop when |
Hi @Lukas742, perfect, thank you very much! |
🎉 This issue has been resolved in version v1.25.0 🎉 The release is available on v1.25.0 Your semantic-release bot 📦🚀 |
Is your feature request related to a problem?
The following is a very simple example of the scenario: https://codesandbox.io/s/dynamicpage-flexiblecolumn-forked-7r2lp3?file=/src/App.js
Here, we load first page (with 20 entries) when the table is loaded (let's call it Page-1). When we scroll down, we load next 15 entries (Page-2).
Problem: When the page is loaded for the first time, 20 entries are loaded (Page-1). And when we zoom out to some extent, once all 20 entries are visible in the viewport, the scroll bar disappears. So because of this we cannot "scroll down" to load the next 15 entries (Page-2).
Please Note: visibleRowCountMode={"Auto"}
Describe the solution you'd like
From the API responses when Page-1 is loaded, we are aware of the total count (here, 35). Page size is set here as 20.
Expectation:
Describe alternatives you've considered
Two issues to be mentioned violating the Product Standards: 1. Usability. 2. Performance
Additional Context
No response
Declaration
The text was updated successfully, but these errors were encountered: