We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: