django-datatable
django-datatable copied to clipboard
django-datatable is a customizable table application of django based on jquery datatable.
This feature will help those who want to say add something like example.com text which points to example.com in one of their columns.
how can i write a click event for td element. or do i need to inject it in code deliver by django-server, if yes then how?
Resolving issue #26
It would be nice if not only bootstrap but also the other default theme from datatables would be supported: http://datatables.net/manual/styling/foundation Maybe this could be handled with some sort of switch?!
I'm not sure if it is really necessary but...
Hi, i am trying to use django-datatable with a model containing foreign key but i get the error : ``` (1054, "Unknown column 'event.name' in 'order clause'") File "/django_datatable-0.1.2-py2.7.egg/table/views.py" in...