kouts / vue-dataset

A set of Vue.js components to display datasets (lists) with filtering, paging, and sorting capabilities!
https://next--vue-dataset-demo.netlify.app/
MIT License
220 stars 26 forks source link

Dataset opening on last page #103

Closed potofcoffee closed 1 year ago

potofcoffee commented 1 year ago

I have a dataset that is empty on mount. The data is loaded in the parent's mounted() method and arrives whenever the AJAX call there has finished. The dataset does populate correctly, then, but it always opens on the last page. Is there a way to fix this?

kouts commented 1 year ago

Here's a demo of that case, the dataset opens on the first page https://stackblitz.com/edit/vue-rbm9pl?file=src%2FApp.vue

Feel free to re-open this issue when you have a codesandbox or stackblitz replicating the behavior.