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

Virtual scroll in platform table not working with popping columns #12836

Open
pawelkarwat opened this issue Dec 11, 2024 · 0 comments
Open

Virtual scroll in platform table not working with popping columns #12836

pawelkarwat opened this issue Dec 11, 2024 · 0 comments
Assignees
Labels

Comments

@pawelkarwat
Copy link

If we set a column in the platform table to 'popping' via fdpTableColumnResponsive and enable virtualScroll (set to true), the table does not load data correctly when any column is in the 'popping' state, and an error appears in the console: ERROR TypeError: "Cannot read properties of undefined (reading 'clientHeight')".

Is this a bug, enhancement, or feature request?

bug

Can you handle that on the application side

no

Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)

Angular (18)
newest (0.53.2)

If this is a bug, please provide steps for reproducing it; the exact components you are using;

  • set to platform table column [fdpTableColumnResponsive] to "popping"
  • set virtualScroll to true in table
  • refresh the view if any column is popping
  • the data will not load correctly and we will get an error in the console

2024-12-11_08-41-36

Please provide stackblitz example(s).

https://stackblitz.com/edit/sr1ljzdk?file=src%2Fapp%2Fplatform-table-responsive-columns-example.component.html

In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.

Did you check the documentation and the API?

yes

Did you search for similar issues?

yes

Is there anything else we should know?

no

IMPORTANT: Please refrain from providing links or screenshots of SAP's internal information, as this project is open-source, and its contents are accessible to anyone.

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

No branches or pull requests

3 participants