1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
.. default-domain:: py
================================================
django-tables2 - An app for creating HTML tables
================================================
django-tables2 turns data into HTML tables. Features:
- Pagination
- Ordering
- Extendable
- Class based view
- Supports for queryset and list data
- Themes
Report bugs at http://github.com/bradleyayers/django-tables2/issues
.. toctree::
:caption: Basic documentation
pages/tutorial
pages/table-data
pages/accessors
pages/order-by-accessors
pages/swapping-columns
pages/column-headers
pages/pagination
pages/custom-rendering
pages/query-string-fields
pages/column-attributes
pages/builtin-columns
pages/template-tags
pages/template-filters
pages/generic-mixins
pages/table-mixins
pages/tables-for-models
pages/localization-control
pages/api-reference
pages/upgrading-from-v1
pages/glossary
pages/internal
|