DataTable: column resize does not work anymore #6436
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
Resizing a column with mouse does not work anymore since upgrading to the latest version 4.0.7.
Reproducer link is just a non-modified fork of the column resize demo from the docs.
AFAICT the attribute selector for the table in the created stylesheet is wrong.
Reproducer
https://stackblitz.com/edit/ryzkcf?file=src%2FApp.vue
PrimeVue version
4.0.7
Vue version
3.x
Language
ALL
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Try to resize column with mouse, resize element is shown in wanted position, but on resize end the columns stay the same.
Expected behavior
Resize changes column size.
The text was updated successfully, but these errors were encountered: