django-tables2
1.2
Getting started
Customizing the table
Alternative column data
Alternative column ordering
Column attributes
Row attributes
Customizing headers and footers
Swapping the position of columns
Pagination
Table Mixins
Customizing table style
Querystring fields
Controlling localization
Class Based Generic Mixins
Reference
Upgrading and change log
Glossary
django-tables2
Docs
»
Customizing the table
View page source
Customizing the table
ΒΆ
Alternative column data
Using
Accessors
Table.render_foo
methods
Subclassing
Column
Alternative column ordering
Ordering by accessors
table.order_FOO()
methods
Column attributes
Row attributes
Customizing headers and footers
Adding column headers
Changing class names for ordered column headers
Adding column footers
Pass
footer
-argument to the
Column
constructor.
Define
render_footer
on a custom column.
Swapping the position of columns
Pagination
Table Mixins
Customizing table style
CSS
Custom Template
Querystring fields
Controlling localization
Class Based Generic Mixins