bvaughn / react-window

React components for efficiently rendering large lists and tabular data
https://react-window.now.sh/
MIT License
15.54k stars 779 forks source link

Is it possible? Scrolling to unloaded item with undetermined size #703

Open withintheruins14 opened 1 year ago

withintheruins14 commented 1 year ago

I'd like to jump to an item before it's done loading - the thing is - I don't have it's height until it loads. Is it possible to do this using react-window and infinite-loader? I couldn't find an example doing this. I have my implementation but wanted to ask before migrating the code that direction. Thanks!