Skip to content

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