Skip to content
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

AnalyticalBinding/AnalyticalTable: Missing lines in nodes after expand all and scrolling to bottom #4137

Open
SrideviE50254 opened this issue Oct 1, 2024 · 3 comments

Comments

@SrideviE50254
Copy link

OpenUI5 version: 1.108.20

Browser/version (+device/version): Version 129.0.6668.71 (Official Build) (64-bit)

Any other tested browsers/devices(OK/FAIL): N/A

URL (minimal example if possible):

User/password (if required and possible - do not post any confidential information here):

Steps to reproduce the problem:

  1. I have an analytical table with analytical binding, where autoExpandMode is set to Bundled.
  2. After the data is loaded into the table, I group the table and expand all groups.
  3. Then scroll to the bottom using the scroll bar to load the next set of records (using a threshold of 100).
  4. Multiple requests are sent to the backend to fetch the data, but the data does not load into the table, and an error appears in the console.

What is the expected result?
Data should be displayed in the table

What happens instead?
image

Any other information? (attach screenshot if possible)
While scrolling slowly, the group IDs are fetched correctly, and the table works as expected. However, when scrolling to the bottom using the scroll bar, it fails to find the context of the group ID and throws an error in the console.
image

image

I am using a threshold value of 100, but the top value increases to 10,000 for each group when expanding all groups.

Additional issue in Analytical Table:

Without grouping also, while scrolling to the bottom multiple requests are going to the backend with the top and skip to load all data.
Is it possible to retrieve only the next set of records , even if the user scrolls to the bottom?
image

I would greatly appreciate your assistance in resolving these issues. Thank you for your help!

@LidiyaGeorgieva
Copy link
Contributor

Hello @SrideviE50254 ,

According to our issue reporting guideline you should provide isolated minimal sample, where the issue is reproducible.
Please provide one.

Best Regards,
Lidiya

@SrideviE50254
Copy link
Author

Hi Lidiya,

I couldn't find any sample applications for the Analytical Table in OpenUI5 Demokit.

Please let me know if there are any other options.

Best Regards,
Sridevi G

@LidiyaGeorgieva
Copy link
Contributor

Hello @SrideviE50254 ,

You can find more information here: https://ui5.sap.com/#/api/sap.ui.table.AnalyticalTable%23overview

Best Regards,
Lidiya

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants