Hi,
I have a virtual scrolling in my grid, it's unknow total data because it depend which user is connected and if there is filter applied, so I just set total to 10000 , because I didn't find any solution to change the total depending on data loading.
So first issue is :
Is it possible to have virtual scrolling without knowing the total data length?
Another problem that I'm struggling with is virtual scrolling with Filtering, after applying a filter on the data I have empty rows in my grid (because now the data length is less than 10000- the total data decaled before).
So the big question is : Is that possible to have virtual scrolling with Filtering and unknow total data length?
I'm adding my code, if this is not possible so what you recommend me to do?
Thank you