Tables
Packages that simplify creation/styling/client UI of HTML tables
Search & Filter
| Package | django-tables2 | django-datatable-view | django-rest-framework-datatables | django-jinja-knockout | django-ajax-datatable | wagtailtables | django-crudbuilder | django-jtable |
|---|---|---|---|---|---|---|---|---|
|
Description
|
django-tables2 - An app for
creating HTML tables |
Server-side datatable
representations for Django querysets for automatic rendering in temp… |
Seamless integration between
Django REST framework and Datatables. |
Django datatables and widgets,
both AJAX and traditional. Display-only ModelForms. ModelFo… |
A Django app which provides
the integration of a Django project with the jQuery Javascript… |
jspreadsheet tables for
Wagtail |
Generic CRUD implementation in
Django |
Django and JTables integration
|
|
Category
|
App | App | App | Framework | App | App | App | Project |
|
Using This
|
37
|
0
|
3
|
1
|
2
|
0
|
4
|
0
|
|
Python 3?
|
Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
|
Dev Status
|
Production/Stable | Production/Stable | Production/Stable | Production/Stable | Production/Stable | Unknown | Unknown | Unknown |
|
Version (PyPI)
|
3.0.0 | 2.1.6 | 0.7.2 | 2.2.1 | 4.5.0 | 0.2.2 | 0.2.8 | 0.1.1 |
|
Stars
|
2,011 | 349 | 399 | 144 | 231 | 11 | 196 | 0 |
|
Forks
|
444 | 139 | 91 | 29 | 66 | 2 | 67 | 0 |
|
Commits
|
|
|
|
|
|
|
|
|
|
Updated
|
14 Apr 2026 | 7 May 2026 | 14 Jun 2024 | 7 Aug 2025 | 4 Apr 2024 | 23 Nov 2023 | 28 Aug 2023 | 22 Nov 2025 |
|
License
|
Custom | Apache Lice… | MIT | LGPL-3.0 | MIT | MIT | BSD License | MIT |
|
Links
|
||||||||
|
Feature Comparison
(click cells to edit)
|
||||||||
|
AJAX support
|
—
|
—
|
via Datatables and your existing django-rest-framework JSON API
|
—
|
—
|
—
|
—
|
—
|
Django datatables and widgets, both AJAX and traditional. Display-only ModelForms. ModelForms / inline formsets with AJAX submit and validation. Works with Django templates.
Showing 8 of 14 packages in this grid.
Features Being Compared
AJAX support
KoGridView implements AJAX datatables with widgets and built-in CRUD actions and the possibility to implement custom AJAX actions. ListSortingView implements traditional datatables with widgets, generally compatible to KoGridView, which allows to switch between non-AJAX and AJAX views. Read-only forms formatted as tables via DisplayModelMetaclass. AJAX submission and validation of ModelForms with client-side viewmodels.