You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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;
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.
The text was updated successfully, but these errors were encountered: