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: Column resizing does not work with Vue 3.5 #6476

Closed
eliaspanagiotidis opened this issue Sep 25, 2024 · 3 comments
Closed

DataTable: Column resizing does not work with Vue 3.5 #6476

eliaspanagiotidis opened this issue Sep 25, 2024 · 3 comments
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@eliaspanagiotidis
Copy link

Describe the bug

After upgrading to Vue 3.5, column resizing in case of columnResizeMode="expand" and resizableColumns stopped working as expected.

Reproducer

https://stackblitz.com/edit/b7jonc?file=package.json

PrimeVue version

4.0.7

Vue version

3.x

Language

ES6

Build / Runtime

Vue CLI App

Browser(s)

Chrome

Steps to reproduce the behavior

  1. Open the stackblitz (copied from documentation)
  2. Try to resize columns

Expected behavior

Consistent behavior with Vue 3.4 was expected.

@eliaspanagiotidis eliaspanagiotidis 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 25, 2024
@Leshkens
Copy link

@eliaspanagiotidis
The same problem, but with columnResizeMode="fit". If you change this property to "fit" in your example, the resizing the columns will not work at all.

@Leshkens
Copy link

3.5.5 this is the latest vue version on which "fit" works and "expand" works correctly.

@tugcekucukoglu
Copy link
Member

Please track: #6014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Projects
None yet
Development

No branches or pull requests

3 participants