My favorites | Sign in
Project Home Downloads Issues Source
Project Information
Members
Featured
Downloads

dojango-datable

What is it?

Dojango Data Tables allows you to define table layout and column types in Python instead of JS or HTML. It also includes a few template tags to create HTML required for the dojo.DataGrid in a configurable manner.

It can also be used to generate a XLS file or CSV file out of displayed information, so you can either use it as a web UI widget or a XLS generator with Django and Dojango, or both. First, show a nice, scrollable table to the user, then let him/her download the data in preferred format.

dojango-datable requires dojango and xlwt.

News

2011-12-10 - date range filtering, date filtering, string filtering, translations, export data now include filters

2011-12-08 - example is included with filtering support (trunk)

Installation

$ pip install svn+http://dojango-datable.googlecode.com/svn/trunk/

Included example

$ svn checkout https://dojango-datable.googlecode.com/svn/trunk/test_project dojango-datable-test
$ cd dojango-datable-test
$ python manage.py syncdb --noinput
$ python manage.py runserver

... and browse to http://127.0.0.1:8000/

Powered by Google Project Hosting