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
The page is freezing on resize when using many pFrozenColumns.
In my work project, the page never unfreezes. I reproduced a similar table, and here the page freezes for 1-2 seconds.
Upd: When there are more rows, the freeze lasts longer.
It looks like the main problem is in this listener, because a listener is created for each instance of pFrozenColumn.
Describe the bug
The page is freezing on resize when using many pFrozenColumns.
In my work project, the page never unfreezes. I reproduced a similar table, and here the page freezes for 1-2 seconds.
Upd: When there are more rows, the freeze lasts longer.
It looks like the main problem is in this listener, because a listener is created for each instance of pFrozenColumn.
primeng/src/app/components/table/table.ts
Lines 3329 to 3338 in e5f593e
Environment
Windows 11
Reproducer
No response
Angular version
17.3.0
PrimeNG version
17.18.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.12.1
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: