react-virtualized
react-virtualized copied to clipboard
InfiniteLoader, maintain state on history back
Feature Request
Considering the following use case for the InfiniteLoader
- The infiniteloader has been scrolled and contains e.g. 100-1000 items
- One item from the list is selected and the browser routes to a detail page.
- The user navigates back using the browser back button.
- The infiniteloader should show the previous items and scrolled to the same position in the list.
I did some experiements to handle this but without success.
Any suggestions how this could be achieved using the infiniteloader?
Thanks!
Any progress on this?
Not the optimal way but I ended up using iframes to maintain the history state.
I see, I also use WindowScroller, so I guess I will have to consider another library.