django-tables2 - An app for creating HTML tables¶
Its features include:
- Any iterable can be a data-source, but special support for Django querysets is included.
- The builtin UI does not rely on JavaScript.
- Support for automatic table generation based on a Django model.
- Supports custom column functionality via subclassing.
- Pagination.
- Column based table sorting.
- Template tag to enable trivial rendering to HTML.
- Generic view mixin.
About the app:
- Available on pypi
- Tested with python 2.7, 3.3, 3.4, 3.5 and Django 1.8, 1.9, Travis CI
- Documentation on readthedocs.org
- Bug tracker
Table of contents¶
- Getting started
- Customizing the table
- Reference
- Upgrading and change log
- Change log
- Unreleased
- v1.2.1 (2016-05-09)
- v1.2.0 (2016-05-02)
- v1.1.8 (2016-05-02)
- v1.1.7 (2016-04-26)
- v1.1.6 (2016-04-02)
- v1.1.4 (2016-03-22)
- v1.1.3 (2016-03-21)
- v1.1.2 (2016-02-16)
- v1.1.1 (2016-01-26)
- v1.1.0 (2016-01-19)
- v1.0.7 (2016-01-03)
- v1.0.6 (2015-12-29)
- v1.0.5 (2015-12-17)
- v1.0.4 (2015-05-09)
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.16.0
- v0.15.0
- v0.14.0
- v0.13.0
- v0.12.1
- v0.12.0
- v0.11.0
- v0.10.4
- v0.10.3
- v0.10.2
- v0.10.1
- v0.10.0
- v0.9.6
- v0.9.5
- v0.9.4
- v0.9.3
- v0.9.2
- v0.9.1
- v0.9.0
- v0.8.4
- v0.8.3
- v0.8.2
- v0.8.1
- v0.8.0
- v0.7.8
- Upgrading from django-tables Version 1
- Change log
- Glossary