DataTable: Header columns and row columns doesn't resize together with Virtual Scroller and resizable columns #2630
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When resizing columns with enabled resizable-columns prop and virtual-scroller-options header columns and row columns are not aligned
Reproducer
https://codesandbox.io/s/loving-shannon-jlmvdq?file=/src/DataTableColResizeDemo.vue
PrimeVue version
3.12.6
Vue version
3.x
Language
ALL
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
:scrollable: true :resizable-columns: true :virtual-scroller-options="{ lazy: true, itemSize: 47 }"
;Expected behavior
Header columns and row columns are aligned
The text was updated successfully, but these errors were encountered: