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
Basic documentation¶
- Tutorial
- Populating a table with data
- Specifying alternative data for a column
- Specifying alternative ordering for a column
- Swapping the position of columns
- Customizing column headings
- Pagination
- Custom rendering
- Querystring fields
- Column attributes
- Built-in columns
- Template tags
- Template filters
- Class Based Generic Mixins
- Table Mixins
- Tables for models
- Controlling localization
- API Reference
- Upgrading from django-tables Version 1
- Glossary
- Internal APIs