Table With Virtual Scroll and Multiple Frozen Columns - Scroller Unstable #16223
Labels
Resolution: Help Wanted
Issue or pull request requires extra help and feedback
Milestone
Describe the bug
When virtual scroll is enabled on a
p-table
and multiple columns usepFrozenColumn
, vertical scroll becomes unstable and will jump around automatically upon scrolling down and then back up.Environment
Angular 18.1.0 application
Reproducer
https://stackblitz.com/edit/stackblitz-starters-yhh7be?file=package.json
Angular version
18.1.0
PrimeNG version
17.18.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.14.0
Browser(s)
No response
Steps to reproduce the behavior
2.1. You will either be blocked completely from scrolling or the scroller will jump around
3.1 This works as expected
Expected behavior
Both tables should scroll without jumping. 1 frozen column + virtual scroll works, but when adding 2 or more frozen columns + virtual scroll, the scrolling behavior is unstable and unusable.
The text was updated successfully, but these errors were encountered: