Table: Header and frozen columns hidden behind scrolled content if table has footer; footer not fixed #17339
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
When a footer template is provided to the table while also having frozen rows configured breaks the scrolling behaviour.
When the table content is scrolled, it overlaps the header and frozen rows, when it should be rendered below the header and frozen rows with a lower z-index.
Also when a footer is provided and the table is scrollable, the footer scrolls with the content and is only visible when scrolled to the bottom. This differs from the behaviour in PrimeNG 17, where the footer is always visible like the header and is not part of the scrollable content.
Pull Request Link
#17340
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/stackblitz-starters-ixg5l2pw
Environment
Windows 10
Firefox 128.3.1esr
Angular version
19.0.5
PrimeNG version
v19
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Header and frozen rows and footer should always be visible, no matter the scroll position of the scrollable content.
The text was updated successfully, but these errors were encountered: