lokyoung / vuejs-paginate

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

hide-prev-next is not working #82

Closed getsetbro closed 6 years ago

getsetbro commented 6 years ago

:hide-prev-next="true" is not working for me so I am using :next-class="'d-none'" :prev-class="'d-none'" with bootstrap 4. Version: vuejs-paginate@1.9.3 Browser: latest chrome: Version 67.0.3396.79 (Official Build) (64-bit) OS: Windows 10 with latest updates

lokyoung commented 6 years ago

Hi @getsetbro . You can found the description of hide-prev-next in the documentation. Hide prev/next button when there is no previous or next page.. Any further questions please feel free to ask. Thanks.