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
Pagination.js/index.js
Line 20 in 262e12f
When we have zero found items we are automatically adding "0" to pagination.
Result is then something like this: 1 ... 0 Next
In this case I think neither 0 nor Next is correct there since there is just one blank page.
Parameters: page=1 count=0 perPage=10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Pagination.js/index.js
Line 20 in 262e12f
When we have zero found items we are automatically adding "0" to pagination.
Result is then something like this:
1 ... 0 Next
In this case I think neither 0 nor Next is correct there since there is just one blank page.
Parameters:
page=1
count=0
perPage=10
The text was updated successfully, but these errors were encountered: