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

TreeTable: frozen columns are not resizable #5734

Open
ray007 opened this issue May 14, 2024 · 0 comments
Open

TreeTable: frozen columns are not resizable #5734

ray007 opened this issue May 14, 2024 · 0 comments
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@ray007
Copy link

ray007 commented May 14, 2024

Describe the bug

In a TreeTable with resizable and frozen columns, the frozen ones are not resizable.

Reproducer

https://stackblitz.com/edit/zudwvk?file=src%2FApp.vue

PrimeVue version

3.52.0

Vue version

3.x

Language

ES6

Build / Runtime

Vite

Browser(s)

No response

Steps to reproduce the behavior

  1. open test view
  2. see that non-frozen columns can be resized
  3. no resize-handle exists for frozen columns

Expected behavior

Frozen columns also get a resize-handle and can be resized.

Bonus: add a resizable property to the column configuration to enable/disable this for each column as needed.

Update: no surprise, it's an issue for DateTable too.

@ray007 ray007 added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label May 14, 2024
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

1 participant