MicroDroid / vue-materialize-datatable

A fancy Materialize CSS datatable VueJS component.
https://overcoder.dev/vue-materialize-datatable
MIT License
179 stars 67 forks source link

Change table current page #58

Closed msantelices closed 3 years ago

msantelices commented 4 years ago

Is there a method to programatically change the current page of the table? Specifically, implement something like a button and when you click it, your table automatically goes to page 1?

MicroDroid commented 4 years ago

If I recall correctly there isn't, you could though PR an API for that or something.

MicroDroid commented 4 years ago

Actually just checked, maybe you'd be able to call nextPage() directly on the ref, maybe try that?