Skip to content

Fix FrozenColumn.updateStickyPosition misplacing cells - #19632

Open
kabalage wants to merge 1 commit into
primefaces:masterfrom
kabalage:bugfix/table-frozen-column-sticky-position
Open

Fix FrozenColumn.updateStickyPosition misplacing cells#19632
kabalage wants to merge 1 commit into
primefaces:masterfrom
kabalage:bugfix/table-frozen-column-sticky-position

Conversation

@kabalage

@kabalage kabalage commented Jun 18, 2026

Copy link
Copy Markdown

Fixes #19631

Edit: the issue was closed by mistake, my changes do apply to v22 as well. I can prepare a PR for the v22 branch too.

@benjaminforras

Copy link
Copy Markdown

Awesome job! Thank you for looking into this. Hopefully it can be in the next PrimeNG release so it can unblock us!

@krook1024

Copy link
Copy Markdown

Good fix. The root cause is clear — nextElementSibling has no guarantee of being a filter row, so blindly applying sticky positioning to it could corrupt layout for any table without a filter row, or worse, misplace cells in the first body row. Would appreciate this in production as soon as possible.

@kabalage
kabalage force-pushed the bugfix/table-frozen-column-sticky-position branch from da33307 to b345a97 Compare June 22, 2026 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FrozenColumn.updateStickyPosition misplacing cells

3 participants