Open DavidMWBP opened 10 months ago
When adding a DataTable with VirtualScroller and global filtering functionality, upon changing the filter, the height calculation seems to break, leading to the following situation:
DataTable
VirtualScroller
Actual
Expected
https://codesandbox.io/p/devbox/interesting-firefly-gllqjt?file=%2Fsrc%2FApp.vue
3.46.0
3.x
TypeScript
No response
p-virtualscroller-inline
I expect the wrapper element to have the correctly calculated height, both when changing the filters and on initial load.
Interesting! I set a milestone for it. I'll check it before the milestone is released.
Describe the bug
When adding a
DataTable
withVirtualScroller
and global filtering functionality, upon changing the filter, the height calculation seems to break, leading to the following situation:Actual
Expected
Reproducer
https://codesandbox.io/p/devbox/interesting-firefly-gllqjt?file=%2Fsrc%2FApp.vue
PrimeVue version
3.46.0
Vue version
3.x
Language
TypeScript
Build / Runtime
TypeScript
Browser(s)
No response
Steps to reproduce the behavior
p-virtualscroller-inline
expands to the specified scrollHeight.Expected behavior
I expect the wrapper element to have the correctly calculated height, both when changing the filters and on initial load.