Skip to content
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

support for later loading component #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chaim0m
Copy link

@chaim0m chaim0m commented Jan 6, 2019

I was having issues using this with server side pagination since my data was not loading all at once. The main issue I solved here is that the initial load does not go to page -1 rif it has not loaded yet, this enables it to actually load the first page when the data comes in. Before my change it would not load the first page since the watcher list would set the page at -1 and even when the data cam in it would not change properly.

@mikerogne
Copy link

Ran into this issue myself. This solved it for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants