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
The responsive feature of tables seems to be broken when they are located within the main content of the Sidebar Layout taken from PrimeBlocks. It only seems to be the case when placed within a flex container.
Having the same issue, even after updating to 17.18 version which supports Angular V18 peer dependencies.
The other option to avoid having a scrollbar on the BODY element, is using responsiveLayout="stack" which changes the table layout on smaller screens.
So sorry for the delayed response! Improvements have been made to many components recently, both in terms of performance and enhancement. Therefore, this improvement may have been developed in another issue ticket without realizing it. You can check this in the documentation. If there is no improvement on this, can you open a new issue so we can include it in our roadmap?
Thanks a lot for your understanding!
Best Regards,
Describe the bug
The responsive feature of tables seems to be broken when they are located within the main content of the Sidebar Layout taken from PrimeBlocks. It only seems to be the case when placed within a
flex
container.Environment
Chrome, StackBlitz
Reproducer
https://stackblitz.com/edit/yub5cx-uqtdin
Angular version
17.3.7
PrimeNG version
17.17.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.12.2
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
The table should not extend beyond the page size and display the horizontal scroll bar instead.
The text was updated successfully, but these errors were encountered: