When a table is created with virtual scroll and filter at the same time it works fine until the filter does not match any value
The table just explodes and even if you change the filter it wont go back to normal, seems like the height is not being calculated correctly afterwards...
here is an example from stackblitz using the table virtual scroll and just adding the filter:
Describe the bug
When a table is created with virtual scroll and filter at the same time it works fine until the filter does not match any value
The table just explodes and even if you change the filter it wont go back to normal, seems like the height is not being calculated correctly afterwards...
here is an example from stackblitz using the table virtual scroll and just adding the filter:
https://stackblitz.com/edit/vsn2ph?file=src%2Fapp%2Ftable-virtual-scroll-demo.html,src%2Fservice%2Fcarservice.ts
Environment
Prime ng 17.18.11 Windows 11 Chrome
Showcase in stackblitz.
Reproducer
No response
Angular version
18.0.1
PrimeNG version
17.18.11
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
v20.17.0
Browser(s)
Chrome
Steps to reproduce the behavior
Repro steps
Expected behavior
If the filter changes it should show the data