Skip to content
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

Closed
Rakasch opened this issue Sep 6, 2023 · 4 comments · Fixed by #4776
Closed

DataTable VirtualScroller: resizableColumns broken #4394

Rakasch opened this issue Sep 6, 2023 · 4 comments · Fixed by #4776
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@Rakasch
Copy link
Contributor

Rakasch commented Sep 6, 2023

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

@Rakasch Rakasch added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Sep 6, 2023
@tugcekucukoglu tugcekucukoglu changed the title DataTable: resizableColumns broken DataTable VirtualScroller: resizableColumns broken Sep 8, 2023
@tugcekucukoglu tugcekucukoglu added Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Sep 8, 2023
@maidzen
Copy link

maidzen commented Sep 14, 2023

Why is this Tagged as Enhancement?
This broke on patch "3.30.0" and makes many of my applications DataLists unusable for Users. (custom Columns, big text gets hidden because of column size and cant be resized).

please prioritize this as bug.

@TeoDar
Copy link

TeoDar commented Sep 21, 2023

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...
But if it worked before, then it's also interesting why the problem was moved to improvements.
@tugcekucukoglu can you please comment?

@ferreira-tb
Copy link

Still happens in 3.36.0.

@Rakasch
Copy link
Contributor Author

Rakasch commented Nov 6, 2023

Still an issue in 3.39.1

FlipWarthog added a commit to FlipWarthog/primevue that referenced this issue Nov 8, 2023
FlipWarthog added a commit to FlipWarthog/primevue that referenced this issue Nov 8, 2023
@tugcekucukoglu tugcekucukoglu added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add labels Nov 15, 2023
@tugcekucukoglu tugcekucukoglu added this to the 3.41.0 milestone Nov 15, 2023
tugcekucukoglu added a commit that referenced this issue Nov 15, 2023
Fix #4394 - DataTable VirtualScroller: resizableColumns broken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants