MicroDroid/vue-materialize-datatable

Change table current page

msantelices opened this issue · 2 comments

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?

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

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