twbs-pagination icon indicating copy to clipboard operation
twbs-pagination copied to clipboard

jQuery pagination plugin (bootstrap powered)

Results 20 twbs-pagination issues
Sort by recently updated
recently updated
newest added

How can I add the dropdown filter in the esimakin/twbs-pagination , and get the pagination works for the filtered results, according to the selected option.

Hi, I want to add another option in pagination like 'next' and 'previous' by which user can swap entire page numbers. For example currently when user click on next or...

feature request

Its a precaution for a specific case of only one page show.

在开启 'href' 属性后,并不能正常工作,这样修改后,就可以正常工作了。

``` getPages: function (currentPage) { var pages = []; var half = Math.floor(this.options.visiblePages / 2); var start = currentPage - half + 1 - this.options.visiblePages % 2; var end =...

How to generate query string on page? i used this but not worked. var obj = $('#pagination').twbsPagination({ totalPages: pagecount, visiblePages: 4, href:"search/product?page={{page}}" }); Required result: `1 2 3` Please help.

feature request

Hi, Is there any example related with href variable? What I want is simply add page numbers at the end of the page number urls like "/1" , "/2". I...

feature request

We are using 'twbs-pagination 1.4.1' in ASP.Net MVC project. We have 'unsafe-inline', 'unsafe-eval' disabled for 'style-src' and 'script-src' in content security policy headers. However, due to this reason the pagination...

When I refer to the sample code on the [official website](http://josecebe.github.io/twbs-pagination/) to use dynamic total pages, it does not work. the pagination component Iis completely gone. Here is my code:...