lokyoung / vuejs-paginate

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

next and prev button hide #45

Closed ademyalcin27 closed 6 years ago

ademyalcin27 commented 7 years ago

Hey thanks for this component, but How Can I hide prev and next button when I have one item,

lysek commented 7 years ago

I used CSS to hide prev and next buttons:

:next-class="'hidden'"
:prev-class="'hidden'"
Falcornus commented 6 years ago

I think would be better just hide pagination when you have only 1 item

lokyoung commented 6 years ago

@ayaz323 @lysek @Falcornus Hey guys, sorry for the delay. You can try the v1.7.0 version. I have added a new prop called hide-prev-next. It will hide prev/next button when there is no previous or next page. Any questions please reopen this issue. Thanks.