Open m4nd4l opened 3 weeks ago
See #16743 for some additional information.
This seems to be the relevant section of code from @cetincakiroglu
Seems like the div is needed if you want just a table summary, but I would think that if its going in a tfoot it should have tfoot -> tr -> td columns to follow the table structure.
Describe the bug
See your example https://v18.primeng.org/table#column-group,
The footer contains one row with three cells:
But the result is put all into one cell:
Environment
Not relevant since it's visible your own documentation. But I can reproduce it on a Windows 10 system with below setup (Angular, PrimeNG, Node) as well as an Stackblitz example that uses Angular 17.
Reproducer
https://stackblitz.com/edit/stackblitz-starters-9zrjzs?file=src%2Fmain.ts
Angular version
18.2.9
PrimeNG version
18.0.0-beta.3
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.18.0
Browser(s)
Chrome 126.0.6424.1
Steps to reproduce the behavior
See https://v18.primeng.org/table#column-group or https://stackblitz.com/edit/stackblitz-starters-9zrjzs?file=src%2Fmain.ts
Expected behavior
The given table layout in the footer section should be applied.