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

When scrollHeight is '100%' setSpacerSize() should not set static height to the scroller #16166

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

ymg2006
Copy link
Contributor

@ymg2006 ymg2006 commented Aug 3, 2024

Fixes #16165
no need to set fixed height when scrollHeight === '100%' (setSpacerSize()) which is coming from scrollHeight = flex of all other components.
This causes on first load to set height to static values instead of '100%'.

no need to set fixed height when scrollHeight === '100%' which is coming from scrollHeight = flex of all other components
Copy link

vercel bot commented Aug 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
primeng ⬜️ Ignored (Inspect) Visit Preview Aug 3, 2024 9:12am

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: when scrollHeight is set to 'flex', on the first load, the table height is not fitting parent
3 participants