资 源 简 介
dojango-datable
MOVED TO GITHUB
https://github.com/mpasternak/dojango-datable
# Thank you, Google! #
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 inclu