django-tables2
2.4

Getting started

  • Installation
  • Tutorial
  • Populating a table with data

Customization

  • Alternative column data
  • Alternative column ordering
  • Column and row attributes
  • Customizing headers and footers
  • Swapping the position of columns
  • Pagination
  • Table Mixins
  • Customizing table style
  • Query string fields
  • Controlling localization
  • Class Based Generic Mixins
  • Pinned rows
  • Filtering data in your table
  • Exporting table data

Reference

  • API
    • Built-in columns
    • Template tags
    • API Reference
    • Internal APIs
  • FAQ
  • Upgrading and change log
  • Glossary
django-tables2
  • »
  • API
  • View page source

API¶

  • Built-in columns
  • Template tags
    • render_table
    • querystring
  • API Reference
    • Accessor (A)
    • RequestConfig
    • Table
    • Table.Meta
    • Columns
      • Column
      • BooleanColumn
      • CheckBoxColumn
      • DateColumn
      • DateTimeColumn
      • EmailColumn
      • FileColumn
      • JSONColumn
      • LinkColumn
      • ManyToManyColumn
      • RelatedLinkColumn
      • TemplateColumn
      • URLColumn
    • Views, view mixins and paginators
      • SingleTableMixin
      • MultiTableMixin
      • SingleTableView
      • export.TableExport
      • export.ExportMixin
      • LazyPaginator
  • Internal APIs
    • BoundColumns
    • BoundColumn
    • BoundRows
    • BoundRow
    • BoundPinnedRow
    • TableData
    • utils
Previous Next

© Copyright .

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