-
Notifications
You must be signed in to change notification settings - Fork 103
[AnalyticalTable]: [VisibleRowCountMode: Interactive - Does not provide any control/event handler on resizing paginated tables] #5201
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
Comments
Hi @knandan15 when would you expect that the
|
Hi @Lukas742 , In general mostly the scroll bar is used but as mentioned about the bug when the table is resized to show the entire entries then the scrollbar was disappearing. So I suppose the first approach would be a good go. |
Describe the bug
Need any event handler for table resizer in AnalyticalTable to load next page's entries when the visibleRows exceed the page size.
Isolated Example
Video attached
Reproduction steps
In the screen recording attached: We have an AnalyticalTable whose data is paginated with page size =10. I have set the visibleRows={8} and visibleRowCountMode='Interactive'. So at first time when the table is loaded, we can see 8 rows (and 10 rows of data is loaded in total, so there is an overflow and we can the scroll bar).
When we scroll down then onLoadMore is called and next page's 10 entries are called. Till now things work fine.
But when during the first time table is loaded with 10 entries and we drag and increase the size of the table beyond 10 entries. Now the scroll bar is gone.
Expected Behaviour
Page size =10 and visibleRows during first render is 8. When the table is resized and dragged down to increase the size, when 10 entries are loaded, it should fire a call just like onLoadMore to load the next set of entries.
If such a scenario is possible then please suggest ways to implement that else please let know if this can be taken as a feature request.
Screenshots or Videos
Interactive.Table.Request.mp4
UI5 Web Components for React Version
0.27.0
UI5 Web Components Version
0.27.0
Browser
Chrome
Operating System
No response
Additional Context
No response
Relevant log output
No response
Declaration
The text was updated successfully, but these errors were encountered: