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

Paginate list stay empty after source array was filtered #105

Closed
Prechan opened this issue Jun 29, 2018 · 2 comments
Closed

Paginate list stay empty after source array was filtered #105

Prechan opened this issue Jun 29, 2018 · 2 comments

Comments

@Prechan
Copy link

Prechan commented Jun 29, 2018

Hi,

In my app, the computed property array is filtered by user's inputs, size may change and sometimes being empty.
When computed properties return an empty array, paginate list become empty. But if user changes the filter and computed properties return an non empty array, paginate list stay empty even so.

As if it doesn't update anymore after a first empty event.

Do you have an idea how to solve this problem ? It seems linked to vue-paginate.

Thanks for your help !

@wunderlichh
Copy link

Try @mornir solution from #82. It worked great for me.

@Prechan
Copy link
Author

Prechan commented Jul 25, 2018

Thanks ! Works great !

@Prechan Prechan closed this as completed Jul 25, 2018
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

No branches or pull requests

2 participants