Table: Column resize not working with minimum width #11873
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
We have upgraded the primeng version in our application from "12.0.0" to "14.0.2." When the table header has "min-width: 200px," the data table column resizing functionality in the previous version (12.0.0) works perfectly.
My angular code for table heading:
<ng-container *ngFor="let col of columns">
Primeng "14.0.2" upgrade broke the same code. We determine that the "min-width: 200px" directive from outside is the cause of this. I would like your assistance in figuring out how to utilise "min-width" for table headers "th" in primeng "14.0.2" Version.
Please use the pictures below as a guide.
Can you assist me to resolve this problem.
Environment
Angular 14.1.1
Reproducer
No response
Angular version
14.1.1
PrimeNG version
14.0.2
Build / Runtime
TypeScript
Language
ALL
Node version (for AoT issues node --version)
14.17.0
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: