react-infinite-scroller
react-infinite-scroller copied to clipboard
Enable Page Reset Option
Is your feature request related to a problem? Please describe. I'm using this module for searching & retrieving more data. After each search is cleared I'd like to reset the UI by retrieving again from page 1. Unfortunately, the cached page number is incremented and unwanted data is rendered.
Describe the solution you'd like I think it would be a great to make the API a bit more versatile by allowing the client to set/reset the page number for each request.