In react-virtualized, there is a prop called "onSectionRendered" to define a function which will be called after cells have been rendered.
What way is there to achieve this with react-window?
After some research, I found react-window's method onItemsRendered which does exactly the same as onSectionRendered.