I'm submitting a ... (check one with "x")
[x ] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57
Current behavior
The behavior can be reproduced the code sandbox.
When I resize a column in the given example, the layout of the columns in the table body will not match the layout of the table header.
Expected behavior
The columns in the table body have the same width as the according header columns.
Minimal reproduction of the problem with instructions
STEPS TO REPRODUCE
- open the code sandbox
- decrease the width of the "Product" column.
→ The column widths in the table body do not match the ones in the header.