Table fluctuating on virtual scroll if the columns are fixed- (Unable to scroll) #13979
Labels
Resolution: Stale
Issue or pull request is inactivity and unfortunately it will be *closed* if there is no response
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
->We are trying to implement virtual scroll with some of the columns as fixed. But as soon as we declare some of the columns as
fixed we are unable to scroll down. When we scroll down the data gets loaded but immediately it scrolls back up and starts
fluctuating at some point.
->When we remove the frozen column, after that it starts working fine. But then new issue comes that I am not able to scroll to
the very last row of the data.
I am attaching stackblitz example for the issue which I am facing. Do let me know If I am doing something wrong.
https://stackblitz.com/edit/primeng-tablevirtualscroll-demo-b3jpdr?file=src%2Fapp%2Fapp.component.html
Environment
Trying to implement this in local.
Windows OS
Reproducer
https://stackblitz.com/edit/primeng-tablevirtualscroll-demo-b3jpdr?file=src%2Fapp%2Fapp.component.html
Angular version
14.1.3
PrimeNG version
14.2.2
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.18.0
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
The text was updated successfully, but these errors were encountered: