We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If we configure the Grid to support either paging or virtual scrolling, switching between the configurations causes incorrect height.
A possible workaround is to rerender the component by hiding and showing it with ngIf: https://stackblitz.com/edit/angular-bpwxra-8xzhuz
pageChange
https://stackblitz.com/edit/angular-bpwxra-cehyvh
The Grid cannot correctly calculate its height when switching from virtualized content.
The Grid needs to correctly show the page data without the excessive blank space shown in the video.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
If we configure the Grid to support either paging or virtual scrolling, switching between the configurations causes incorrect height.
A possible workaround is to rerender the component by hiding and showing it with ngIf:
https://stackblitz.com/edit/angular-bpwxra-8xzhuz
Steps To Reproduce
pageChange
event.https://stackblitz.com/edit/angular-bpwxra-cehyvh
Screenshots or video
Screen.Recording.2024-11-11.at.15.20.47.mov
Actual Behavior
The Grid cannot correctly calculate its height when switching from virtualized content.
Expected Behavior
The Grid needs to correctly show the page data without the excessive blank space shown in the video.
The text was updated successfully, but these errors were encountered: