/django-datatables-example

The simplest usage of django and DataTables

Primary LanguagePython

django-datatables-example

The simplest usage of django and DataTables

This repository shows a basic use-case of a Django 1.8.4 app with a Datatables 1.10.10 jQuery plug-in. The example includes using one model for a datasource for Datatables, pagination, sorting and changing the number of results per page, all using AJAX.

For testing just clone the repo and start a development server:

git clone https://github.com/hellpanderrr/django-datatables-example
cd django-datatables-example
python manage.py runserver