You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
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 !
The text was updated successfully, but these errors were encountered: