I have an issue with grid with enabled both virtual scroll and selectable.
Version 4.7.0.
Everything works until I change total count of items (total prop).
Real use case here is filtering. I initially display 100 items, everything works both selecting items and virtual scroll.
When I apply filtering on data set and change number of items to e.g. 99, virtual scroll stop working.
This issue does not occur when selecatable.enabled is set to false.
Here is a link to simple grid with issue reproduced:
https://stackblitz.com/edit/react-tfjv3e?file=app%2Fmain.tsx
After initial load virtual scroll works. When Apply filters button is clicked, virtual scroll is broken and it does not load new items.