# jieter/django-tables2

django-tables2 - An app for creating HTML tables

Repository: https://github.com/jieter/django-tables2
Canonical: https://ross.abutalabs.com/products/django-tables2
Homepage: https://django-tables2.readthedocs.io/en/latest/
Language: Python
License: NOASSERTION
License Family: other
Topics: django, python, tableview, tables, sorting
Last push: 2026-07-20T21:52:20+00:00

## Health v2 (maintenance only)
Score: 74/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 93, release rhythm 35, longevity 100
- inputs: {"age_days": 5748, "days_push": 44, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2010, forks 443 (observed 2026-08-28T04:06:05.041897+00:00)

## What it is
django-tables2 is a Django app for turning data such as QuerySets into HTML tables with built-in pagination and column sorting. It provides declarative table classes, automatic table generation from models, template tags, and generic view mixins.

## Use cases
- render django querysets as html tables
- add sortable paginated tables to a django app
- auto-generate tables from django models
- server-side table rendering without javascript
- customize table columns in django views

## When to choose
- you use Django and need data tables with sorting and pagination
- you want no-JavaScript, server-rendered tables
- you want tables generated automatically from models

## When to avoid
- you need a rich client-side interactive data grid
- you are not using Django
- you need heavy client-side features like inline editing or virtual scrolling

## Facets
- artifact type: library
- maturity: stable
- function: ui-components, templating, web-framework
- domain: web-development, frontend, backend
- platform: python
- tags: django, html-tables, pagination, sorting, queryset, web-server

## Member repositories
- jieter/django-tables2 (main) score 74

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:05.041897+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:01:08.184212+00:00, confidence not recorded.
  - readme: https://github.com/jieter/django-tables2 (fetched 2026-08-28T04:06:05.041897+00:00, sha 6d6db11c4188)
  - registry_pypi: https://pypi.org/pypi/django-tables2/json (fetched 2026-08-29T10:41:35.273478+00:00, sha 06f7b793d46b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
