-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happens when its scrolled back #50
Comments
Hello! It will invoke your callback when you scroll up if the records have not yet been loaded. If they have been loaded (and have not been unloaded by your unload hook) then it will not be called. |
Do we have an example with react web application |
Here is an example using the imagination component in a real project https://github.com/folio-org/ui-eholdings/blob/e98238ab0eaed917238d59919fc9459229bed178/src/components/query-list/query-list.js#L70 |
@cowboyd Thank you , can i make it run locally , i see this issue when i am trying to run locally
|
I am new to this library , i like the way you mentioned . Quick question i scrolled down like 10 pages (100 records appox) so when i scroll up , will you hold that data in state ? Or will we call api when we scroll up . My case i will have more than 10000+ records
The text was updated successfully, but these errors were encountered: