Skip to content

fix(ui5-table): changed hAlign id variable #12032

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

Closed
wants to merge 2 commits into from
Closed

Conversation

nowakdaniel
Copy link
Contributor

Fixes #11858

Instead of using the individualSlot variable, hAlign is now using the element id (UI5Element#_id).
Now the variables doesn't change even if the column position changes. Thus hAlign is always set to a variable based on the headerCell element id which doesn't depends/changes with the column order/position.

@nowakdaniel nowakdaniel deleted the fix-hAlign-variable branch August 13, 2025 14:37
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.

[SF][ui5-table-header-cell]: horizontalAlign cannot work correctly when change column visibility via useState
1 participant