Pagination
Apps and libraries to help you paginate resultsets
Search & Filter
| Package | django EL(Endless) pagination | django-infinite-scroll-pagination | drf-proxy-pagination | django-querystring-tag |
|---|---|---|---|---|
|
Description
|
Django endless pagination
tools. Ajax, multiple and lazy pagination, Twitter-style and Dig… |
:cyclone: Pagination based on
the seek method / keyset paging / offset-less pagination |
Pagination class for Django
REST Framework to choose pagination class by query parameter |
A single, powerful template
tag for modifying and rendering safe, suitably-encoded queryst… |
|
Category
|
App | App | Other | Other |
|
Using This
|
9
|
1
|
1
|
0
|
|
Python 3?
|
Yes | Yes | Yes | Yes |
|
Dev Status
|
Production/Stable | Production/Stable | Alpha | Production/Stable |
|
Version (PyPI)
|
4.1.2 | 1.3.0 | 0.2.0 | 1.0.3 |
|
Stars
|
309 | 123 | 16 | 18 |
|
Forks
|
73 | 13 | 3 | 2 |
|
Commits
|
|
|
|
|
|
Updated
|
13 Jan 2026 | 14 Feb 2025 | 23 Jan 2025 | 15 Nov 2023 |
|
License
|
Custom | MIT License | MIT | BSD-3-Clause |
|
Links
|
||||
|
Feature Comparison
(click cells to edit)
|
||||
|
Columns
|
—
|
|
—
|
—
|
|
Sorting
|
—
|
|
—
|
—
|
|
Endless
|
|
|
—
|
—
|
|
Multiple
|
|
|
—
|
—
|
|
Lazy
|
|
|
—
|
—
|
|
Ajax
|
|
|
—
|
—
|
A single, powerful template tag for modifying and rendering safe, suitably-encoded querystring values. It's the clean and simple way to create pagination links, filters, and other state-preserving links
Showing 4 of 18 packages in this grid.
Features Being Compared
Columns
Does the tool support several columns?
Sorting
Does the tool support sorting of results?
Endless
Does it support endless pagination?
Multiple
Does it support multiple pagination?
Lazy
Does it support lazy pagination?
Ajax
Is it possible to load contents using Ajax?