-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
DataTable VirtualScroller: resizableColumns broken #4394
Comments
Why is this Tagged as Enhancement? please prioritize this as bug. |
Faced with the same problem. I thought this was the usual, and at first I started looking for how to add code to the buttons for opening nested elements to update the width... |
Still happens in 3.36.0. |
Still an issue in 3.39.1 |
Fix #4394 - DataTable VirtualScroller: resizableColumns broken
Describe the bug
"resizableColumns" does not work anymore in a scrollable Datatable with a virtualscroller.
You can drag the column width, but the column resets as soon as you release the mouse button.
Did work with version 3.29.2,
broken since version 3.30.0
Reproducer
https://stackblitz.com/edit/xq17ml?file=src%2FApp.vue,src%2Fservice%2FProductService.js
PrimeVue version
3.34.0
Vue version
3.x
Language
ES6
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
see Reproducer
try to change the column width
Expected behavior
No response
The text was updated successfully, but these errors were encountered: