Component: Table — misaligned table-like footer #16614
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When using footer template on table component as a last row, the columns are misaligned. It looks like the footer is not part of the main table. Possibly because it's wrapped with the following div element:
It's observable in the official example:
Source: https://v18.primeng.org/table#horizontal-scroll
Environment
OS
OS Name: Microsoft Windows 10 Pro
OS Version: 10.0.19045 N/A Build 19045
Reproducer
No response
Angular version
18.2.8
PrimeNG version
18.0.0-beta.3
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
22.9.0
Browser(s)
Chrome, Firefox
Steps to reproduce the behavior
No response
Expected behavior
Footer columns should be aligned with the main table columns.
The text was updated successfully, but these errors were encountered: