File: index.rst

package info (click to toggle)
django-tables 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 916 kB
  • ctags: 1,223
  • sloc: python: 3,859; makefile: 120
file content (42 lines) | stat: -rw-r--r-- 970 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.. default-domain:: py

================================================
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


.. toctree::
    :caption: Basic documentation

    pages/tutorial
    pages/table-data
    pages/accessors
    pages/order-by-accessors
    pages/swapping-columns
    pages/column-headers
    pages/pagination
    pages/custom-rendering
    pages/query-string-fields
    pages/column-attributes
    pages/builtin-columns
    pages/template-tags
    pages/template-filters
    pages/generic-mixins
    pages/table-mixins
    pages/tables-for-models
    pages/localization-control
    pages/api-reference
    pages/upgrading-from-v1
    pages/glossary
    pages/internal