Component: Primeng table with expanded rows and frozen columns (which are represented as table) #14711
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
While describing primeng table and using expandable table with frozen column, I represented the expanded rows as another p-table. I have added for both of them frozen columns, but when I want to scroll, positioning are wrong, and it only scrolls parent table. I want to connect 2 tables as one to have the same scroll. How can i do that?
Environment
using primeng v.15
Reproducer
No response
Angular version
15
PrimeNG version
15
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18
Browser(s)
No response
Steps to reproduce the behavior
create p-table with frozen columns, and after create expanded rows as representing of another p-table with frozen column and try to scroll it vertically.
Expected behavior
both tables with frozen columns are syncronized
The text was updated successfully, but these errors were encountered: