MicroDroid / vue-materialize-datatable

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

Add currentPage as props #79

Closed sajibsd013 closed 1 week ago

sajibsd013 commented 2 months ago

In the current version users cannot give current page numbers as props. But sometimes it is necessary to make the page number dynamic.

MicroDroid commented 2 months ago

So this allows a library user to specify which page the datatable starts at?

MicroDroid commented 2 months ago

(It's been billion years since I've made this library or used Vue.js even, so I hard remember anything about this)

sajibsd013 commented 2 months ago

So this allows a library user to specify which page the datatable starts at?

yes