Orphans not being added when using CustomPagination #9405
Unanswered
Strapchay
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed there seems to be no code that enforces the functionality of the orphans while going through the PageNumberPagination code. I had first overriden it using a CustomPagination but that didn't seem to have any effect till i checked the code. I have made some basic modifications to the code to implement this functionality but can anyone else confirm if they also experience this issue before i open an issue .
This is what my code looked like before the modification:
And the paginator for the specific view:
Beta Was this translation helpful? Give feedback.
All reactions