primefaces / primeng

The Most Complete Angular UI Component Library
https://primeng.org
Other
10.18k stars 4.55k forks source link

frozen headers and columns with virtual scroll #14104

Open stacisoutherland24 opened 10 months ago

stacisoutherland24 commented 10 months ago

Describe the bug

In our application we are having issue with tables that have virtual scroll enabled and have frozen columns. The headers do not move with the table cells as you would expect them to. They headers will come offline too and will shake back and forth

Environment

Angular ERP system

Reproducer

https://stackblitz.com/edit/g985zm?file=src%2Fapp%2Fdemo%2Ftable-basic-demo.html

Angular version

16.2.0

PrimeNG version

16.0.2

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

18.4.2

Browser(s)

No response

Steps to reproduce the behavior

1.Go to stackblitz table and scroll up and down and side to side

Expected behavior

I expect the headers to scroll with the correct data in the column

harryKont commented 1 month ago

We are also facing the same issue, is there a plan to fix this?