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
The pagination system goes one page too far when the item count is a multiple of the amount of items per page.
The text was updated successfully, but these errors were encountered:
25afe94
After the fix isLast() returns false if there are 0 items in total for that GUI. But it should return true when there are 0 items in total.
Sorry, something went wrong.
Oh, yeah, that's true.
e1d4702
No branches or pull requests
The pagination system goes one page too far when the item count is a multiple of the amount of items per page.
The text was updated successfully, but these errors were encountered: