lokyoung / vuejs-paginate

A Vue.js(v2.x+) component for creating pagination.
MIT License
779 stars 171 forks source link

Custom layout #101

Closed betweenbrain closed 5 years ago

betweenbrain commented 5 years ago

I was unable to find this documented anywhere, but is it possible to customize the layout of this component somehow? That is, for example, could the previous and next buttons be after the list of pages?

lokyoung commented 5 years ago

Hi @betweenbrain , sorry currently we don't provide any way to customize the layout. But if you want to move the previous and next buttons after the list of pages, you can put the html content of previous and next buttons in last-button-text,