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

Fix: pFrozenColumn freeze on right breaks with many cols #15412

Closed

Conversation

robGardiner01
Copy link
Contributor

Fixes #14955

Previously the 'left' and 'right' style attributes were retrieved by checking the next or previous elements. However, the first element in each column didn't have a neighbouring element with these attributes so it was being set as 0 each time. Fixed it by getting the attributes by counting the width of each element on front or behind the current frozen column.

Copy link

vercel bot commented Apr 30, 2024

@robGardiner01 is attempting to deploy a commit to the primetek Team on Vercel.

A member of the Team first needs to authorize it.

@cetincakiroglu
Copy link
Contributor

Hi,

This issue is fixed with the 17.15.0 release previous week. Here is the stackblitz example with 17.15.0 https://stackblitz.com/edit/v2qrkb-eg71l9?file=src%2Fapp%2Fdemo%2Ftable-frozen-columns-demo.ts

Closing the PR, thanks a lot for the effort and support!

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.

Table: pFrozenColumn freeze on right breaks with many cols
2 participants