Skip to main content

A simple Django templatetag to renders a sortable column to support sorting in tables.

Project description

=====
Sortable Column
=====

Sortable Column is a simple Django templatetag to renders a sortable column to
support sorting in tables.

Detailed documentation on GitHub (https://github.com/weynelucas/django-sortable-column)

Quick start
-----------

1. Add "sortable_column" to your INSTALLED_APPS setting like this:

INSTALLED_APPS = [
...
'sortable_column',
]

2. Include the following snippet at the top of any template that makes use of
the sortable column tags:

{% load sortable_column %}

3. Use sortable_column tag on your template to render th tags for support the sorting
in tables:

{% sortable_column request=request property="title" title="Title" %}

4. Handle 'sort' and 'order' parameters generated by sortable_column tag in your view function
for sorting your dataset.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-sortable-column-0.2.2.zip (8.5 kB view details)

Uploaded Source

File details

Details for the file django-sortable-column-0.2.2.zip.

File metadata

File hashes

Hashes for django-sortable-column-0.2.2.zip
Algorithm Hash digest
SHA256 d0301d6c447707b36519b7bd4d1acb205b9fbaaaec0cc606a03b4307cd1c4ce6
MD5 281e422ae65d9ddfccd61e52f6692040
BLAKE2b-256 8b07ffe720a8d02fe5d0fd2e50a0e1878c686fe2f810c760f6bf66b209cec4ca

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page