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 paginator double fetches data because:
$doCheck
rePaginate
Therefore, add a variable in rePaginate to optionally fetch data and check in $doCheck if it is initial call.
Additionally, when viewing the last page (eg items 31-35), the paginator displays 31-40.
The text was updated successfully, but these errors were encountered:
5136caf
Wtower
No branches or pull requests
The paginator double fetches data because:
$doCheck
callsrePaginate
rePaginate
forces data refreshTherefore, add a variable in
rePaginate
to optionally fetch data and check in$doCheck
if it is initial call.Additionally, when viewing the last page (eg items 31-35), the paginator displays 31-40.
The text was updated successfully, but these errors were encountered: