Skip to content
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

Closed
ranthonissen opened this issue Jun 17, 2024 · 3 comments · Fixed by #15854 · 4 remaining pull requests
Closed

Table: Frozen columns are displaced #15852

ranthonissen opened this issue Jun 17, 2024 · 3 comments · Fixed by #15854 · 4 remaining pull requests
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working v18-port
Milestone

Comments

@ranthonissen
Copy link
Contributor

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

  1. Open the app
  2. Scroll the table horizontally
  3. Frozen columns scroll with the table

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.

@ranthonissen ranthonissen added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jun 17, 2024
@ThoSap
Copy link
Contributor

ThoSap commented Jun 17, 2024

Could be fixed together with #12210

@ranthonissen
Copy link
Contributor Author

@cetincakiroglu
Any status update on this issue and PR #15854?
The frozen column issues are a showstopper for our team, and we need to decide if we can move along or need to revert to a version prior to this and related issues.

@Kirik42
Copy link

Kirik42 commented Jul 31, 2024

@cetincakiroglu Any status update on this issue and PR #15854? The frozen column issues are a showstopper for our team, and we need to decide if we can move along or need to revert to a version prior to this and related issues.

Up ! Need it too, thanks

@cetincakiroglu cetincakiroglu added this to the 17.18.7 milestone Aug 1, 2024
@cetincakiroglu cetincakiroglu added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Aug 1, 2024
cetincakiroglu added a commit that referenced this issue Aug 1, 2024
Fixed #15852 - Table: Frozen columns are displaced
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment