You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While migrating my app from PrimeNG v17 to version 19, I noticed that the table component is no longer working as expected.
The main issue that I'm reporting is the footer is no longer fixed when the table is scrollable. This issue can be tested in the official documents:
Image from the version 17 docs:
Image from the version 19 docs:
This is quite annoying because the table footer has relevant summary information that now requires the user to do a long scroll to the bottom of the table to view that information.
Describe the bug
While migrating my app from PrimeNG v17 to version 19, I noticed that the table component is no longer working as expected.
The main issue that I'm reporting is the footer is no longer fixed when the table is scrollable. This issue can be tested in the official documents:
Image from the version 17 docs:
Image from the version 19 docs:
This is quite annoying because the table footer has relevant summary information that now requires the user to do a long scroll to the bottom of the table to view that information.
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/baymtu58-2shz8rsa
Environment
Angular CLI: 19.0.6
Node: 20.16.0
Package Manager: npm 10.9.2
OS: darwin x64
Angular version
19.0.6
PrimeNG version
v19
Node version
20.16.0
Browser(s)
Chrome 131.0.6778.205
Steps to reproduce the behavior
To reproduce the issue:
Expected behavior
To check the correct and desired behaviour:
The text was updated successfully, but these errors were encountered: