-
Notifications
You must be signed in to change notification settings - Fork 368
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
Manual trigger #303
Comments
Calling The existing API doesn't expose a way to do this, but you can force the functionality like this:
If you think this would be a valuable feature, it looks like it would be a simple change to make a PR for. |
This works but the infinite loading stops after 2 or 3 loadings. i fixed the issue by only using the following code
|
First of all, thanks for great plugin!
I'm using it with containers which have various height. Occasionally they are much longer than window height and I would allow to navigate to top of container with keyboard shortcut. But there is nothing loaded yet.
this.$refs.infiniteLoading.attemptLoad();
doesn't seems to work if article is long.Is there any other way to manually force loading more?
The text was updated successfully, but these errors were encountered: