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
hello @cetincakiroglu
I believe you refer to the inline style [style.width]="'100px'"
Removing it doesn't help. The first 2 columns still get expended when I resize one of the last ones.
Also tried to remove [tableStyle]="{'min-width': '50rem'}" but nothing changed.
We're unable to replicate your issue, if you are able to create a reproducer by using PrimeNG Issue Template or add details please edit this issue. This issue will be closed if no activities in 20 days.
Describe the bug
Given
when resizing
Category
orQuantity
columns,Code
andName
are getting wider.The columns are not directly resizable and have a fixed width.
Please find below a reproduction repository for the issue.
May be similar with #12344
Thanks you.
Environment
Reproducer
https://github.com/victorsc/primeng-table-col-width
Angular version
15.2.8
PrimeNG version
15.4.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.17.1
Browser(s)
Chrome 116
Steps to reproduce the behavior
Actual behaviour: Code and Name columns slightly change widths
Expected behavior
Code and Name columns, which are not resisable, should not change width
The text was updated successfully, but these errors were encountered: