-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
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
Table: Frozen columns are displaced #15852
Table: Frozen columns are displaced #15852
Comments
Could be fixed together with #12210 |
@cetincakiroglu |
Up ! Need it too, thanks |
Fixed #15852 - Table: Frozen columns are displaced
Describe the bug
In a table with many columns, of which also a large number are frozen, the placement of the fixed columns is totally messed up.
Headers are placed out of order, and row cells are not frozen at all
Environment
Chrome
Edge
Firefox
Reproducer
https://github-8nkwy5.stackblitz.io
Angular version
17.3.9
PrimeNG version
17.18.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
22.2.0
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Frozen columns should remain fixed at their position, no matter how many columns are frozen, and no matter how large or small the screen is.
The text was updated successfully, but these errors were encountered: