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 hashes)

Uploaded Source

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