paginationjs icon indicating copy to clipboard operation
paginationjs copied to clipboard

A jQuery plugin to provide simple yet fully customisable pagination.

Results 43 paginationjs issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The following error happens to me, when I reload the page and stay on that page everything loads fine, but if I reload the page and change...

Recently found this while working with different pages, *occasionally* page links will redirect back to current page instead of intended behaviour. This is because \ will often redirect back to...

When i click on 4 page another option is added and i lose my mouse can't click since the paggination is widher now when I click on 5 page i...

Is there a way to update a pageSize? I would like to change pageSize dynamically for the pagination. Thank you

feature
PR wanted

Hi, in pagination.min.js there are many instances of $.isFunction. Here's some information about the deprecation - https://api.jquery.com/jquery.isfunction/

I tried to use a custom function for the data source. But the number of pages is always only one page. ``` $('#paginator').pagination({ dataSource: function(done) { $.get(url, { pageNumber: this.pageNumber,...

In this PR, I added `showLengthController`, `lengthController` and `formatLengthController` to show something like `Showing 10 entries per page from 297 entries `, it has a `` tag. And I also...

Our platform backend indexes pages starting with zero rather than 1. I'm sure we are not the only ones, so this pull request makes a trivial change to decrement the...

**Describe the bug** the datasource url is giving me a wierd variable in it as underscore (_) http://localhost:8000/business/prefund-requests/2fe0c1cf-4847-4bea-b2f9-4324635edecd?order=ASC&size=1&page=1&_=1615547375208 **To Reproduce** ``` $(document).ready(function() { $('#pagination-container').pagination({ dataSource: 'http://localhost:8000/business/prefund-requests/2fe0c1cf-4847-4bea-b2f9-4324635edecd?order=ASC', locator: 'result.prefundList', totalNumberLocator: function...

**Describe the bug** A clear and concise description of what the bug is. When adding a header consisting with a string, the header is not shown on the right position....