Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to disable first,next,... and how to add html5 effects? #186

Open
4URGB opened this issue Dec 19, 2018 · 1 comment
Open

how to disable first,next,... and how to add html5 effects? #186

4URGB opened this issue Dec 19, 2018 · 1 comment

Comments

@4URGB
Copy link

4URGB commented Dec 19, 2018

Hie is it possible to disable the prev/last/next/first buttons? i only need the page number buttons

Is it possible to add html5 effects ?

hope i get a answear, the last issues in your board are really old and mostly unansweared

@webbird
Copy link

webbird commented Apr 4, 2019

You could just hide the unwanted buttons with CSS. Example:

ul.pagination li.page-item.first{display:none}

It's not exactly what you're after but it's an option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants