Navigation

  • index
  • next |
  • django-tables2 1.2.0 documentation »

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
    • Table.render_FOO() methods
    • Subclassing Column
    • CSS
    • Custom Template
  • Querystring fields
  • Column attributes
  • Built-in columns
  • Template tags
    • render_table
    • querystring
  • Template filters
    • title
  • Class Based Generic Mixins
  • Table Mixins
  • Tables for models
  • Controlling localization
  • API Reference
    • Accessor (A)
    • RequestConfig
    • Table
    • Table.Meta
    • BooleanColumn
    • Column
    • CheckBoxColumn
    • DateColumn
    • DateTimeColumn
    • EmailColumn
    • FileColumn
    • LinkColumn
    • RelatedLinkColumn
    • TemplateColumn
    • URLColumn
  • Upgrading from django-tables Version 1
  • Glossary
  • Internal APIs
    • BoundColumns
    • BoundColumn
    • BoundRows
    • BoundRow
    • TableData

Next topic

Tutorial

This Page

  • Show Source

Quick search

Enter search terms or a module, class or function name.

Navigation

  • index
  • next |
  • django-tables2 1.2.0 documentation »
© Copyright . Created using Sphinx 1.3.6.