twbs-pagination
twbs-pagination copied to clipboard
how to disable first,next,... and how to add html5 effects?
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
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.