You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd really like to use the InfinitePagination feature from pagination.py. I've tried everything I can think of to no avail. Can anyone explain how to set this up? In addition, usage instructions in the docs would be most helpful.
I kept pagination setup the default way, using autopaginate and paginate:
Also just to verify, I changed pagination_tags.py (line 99) to use InfinitePaginator, since it wasn't clear if it was actually being retrieved from my view's response context or not.
I came up with a solution in my fork/branch. Now a 'style' can be selected for the paginator, default is 'standard'. It also is relatively easy now for someone to use a custom 'style' with their project, by following this example.
I'd really like to use the InfinitePagination feature from pagination.py. I've tried everything I can think of to no avail. Can anyone explain how to set this up? In addition, usage instructions in the docs would be most helpful.
I kept pagination setup the default way, using autopaginate and paginate:
Also just to verify, I changed pagination_tags.py (line 99) to use InfinitePaginator, since it wasn't clear if it was actually being retrieved from my view's response context or not.
Thanks in advance.
The text was updated successfully, but these errors were encountered: