django-datatable
django-datatable copied to clipboard
django-datatable is a customizable table application of django based on jquery datatable.
How to make link column with icon? and how to custom column with logic (ex. I call method from my object). thank's 
Its working fine locally but after deployed on heroku server tags are not getting loaded and gave 500 error. Can any suggest workaround for this issue?
Is it possible to generate datatable forms (https://datatables.net/examples/api/form.html) and edit and save the table. Is there any example.
I added other templatetag to divide the html code output in different parts and I also added more options to customize datatables. The changes are compatible with your master version....
There is a way to put a mask (like a phone mask) for exhibition, since the database contais data without any format (just string without mask)?
I need to use 'colspan' to display two fields in the same header. I have not found in the documentation or source code a way to do this. I solved...
On Ubuntu 16.04 amd64, django 1.6.1, virtualenv 15.0.1 I have following: "Error during template rendering" on this string in html file {% render_table mytable %}). Error is "'dict' object has...
I have defined the view which inherits FeedDataView. I am unable to include it in HTML. Please explain how to use it. Even your examples miss this.
when I set ajax to true,the search model seems to be error ,can you solve this?