django-tables2
1.6
  • 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
    • Pinned rows
    • Pinned rows attributes
  • Reference
  • FAQ
  • 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
    • A single table using SingleTableMixin
    • Multiple tables using MultiTableMixin
  • Pinned rows
  • Pinned rows attributes
Next Previous

© Copyright .

Built with Sphinx using a theme provided by Read the Docs.