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
I have implemented your library, its working good. but the problem is, if i remove all item from the array then add a new one, it append to 2nd page. Instead of first page.
See issue #82. Wrapping vue-paginate in a div with v-if="array.length" solved it for me. It's also a great way to display info saying the array is empty.
I have implemented your library, its working good. but the problem is, if i remove all item from the array then add a new one, it append to 2nd page. Instead of first page.
here is the array object:
{name: "Comprade Mercado", user: " ", title: " ", color: " ", quantity: " ", …}
The text was updated successfully, but these errors were encountered: