TahaSh / vue-paginate

A simple vue.js plugin to paginate data
MIT License
594 stars 103 forks source link

Top of page #62

Open joer80 opened 7 years ago

joer80 commented 7 years ago

Is there a built in way to make it so clicking to a new page will take you to the top of the results? Edit: I am currently doing this:

onLangsPageChange (toPage, fromPage) { document.body.scrollTop = 0; // For Chrome, Safari and Opera document.documentElement.scrollTop = 0; // For IE and Firefox }

palomamtnez commented 3 years ago

Any updates?

Yeah? Nah?