HC200ok / vue3-easy-data-table

A customizable and easy-to-use data table component made with Vue.js 3.x
MIT License
536 stars 105 forks source link

Reset to first page #347

Open thepurpleblob opened 8 months ago

thepurpleblob commented 8 months ago

Is there some way to reset the table to the first page?

To expand on this... it seems to be possible to select a page in the table beyond the end of the data. If I select a page and then reduce the size of the reactive array feeding the table.

If I change the data, I want to force the table back to the first page. Is this possible?

DubG1 commented 3 months ago

i have a smiliar issue and apparently there is a fix by using server side props #188 but idk how to correctly do that in my project