You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Hi - I'm confused by this. The stackblitz shared doesn't seem to successfully filter for me at all, even when e.g. adding 1 into the ID filter. I came across this issue when trying to work out how to get virtual scroll and filter to work together, but it looks like even in the situation you're saying it DOES work, the stackblitz doesn't.
Can anyone shed any light? Very happy to be told I'm missing something!
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
The text was updated successfully, but these errors were encountered: