Hi,
I would like to ask about one thing on which I could not find exact answer. According to documentation, one of requirements for virutal scrolling is to set height property on grid. What about a case when I'd like to have dynamic height - take all space left(e.g. by flex: 1). From what I checked still height is needed(but can be set just to 100%, then flex can take care about filling remaining space). From what I checked with adjusting example from documentation it seems to work:
https://stackblitz.com/edit/react-kgfbgg-risfhh?file=app%2Fmain.jsx
I would like to use this approach as base for all grids in application - is it correct way to go?