Описание тега django-tables2
NoneDjango-tables2 simplifies the task of turning sets of data into HTML tables.
Native support for pagination and sorting. It does for HTML tables what django.forms does for HTML forms.
- 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.
Related links:
- Available on pypi
- Tested with currently supported django/python combinations on Travis CI
- Documentation on readthedocs.io
- Bug tracker