-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
P-Table - Column resize not working as expected #12183
Comments
@cetincakiroglu @gucal Any updates? |
Even worse is that when you have set columnResizeMode to "fit", you can only resize "within the range of that column". So when you try to resize into the area of another column (like in your video) nothing happens Oo |
@cetincakiroglu |
Please fix this bug. It is really embarassing and it is a blocker to upgrade to PrimeNG 14 for every business using your product. |
I've also encountered this bug. |
@cetincakiroglu Any updates? |
@cetincakiroglu prime-react release a Workaround here: |
Hopefully it will also get fixed in primeng. |
@AvshT please check the PR and confirm if this is how it's supposed to work, a video is attached to the above PR. |
@biswasSaumyadip Thank you for the PR, You've got my confirmation. :) |
Hi, Angular 16 requires Node 16, and unfortunately, our build machine is not compatible with it. |
@AvshT you mean for angular v15? |
Describe the bug
Table is set with resizableColumns="true" & columnResizeMode="expand"
When I resize the first column by let's say 50% the column is not fit into the destination place.
Please see the demo:
https://user-images.githubusercontent.com/29532821/201139298-6911a905-913d-4464-a2e5-a0044e72e312.mp4
(The bug is reproduced in all prime 14.x.x versions)
Environment
Win 11
Reproducer
https://stackblitz.com/edit/primeng-tablestate-demo-n6mg6r?file=src%2Fapp%2Fapp.component.html,package.json
Angular version
14
PrimeNG version
14.2.1
Build / Runtime
Angular CLI App
Language
ALL
Node version (for AoT issues node --version)
14
Browser(s)
Chrome Latest
Steps to reproduce the behavior
No response
Expected behavior
Column should resize properly.
The text was updated successfully, but these errors were encountered: