Is there a Django example with an editable table?
Is there a Django example with an editable table?
This (http://www.datatables.net/development/server-side/django) is a good example of loading a non-editable table using Django. However, I was hoping to find an example where changes made to the Datatable are saved to the Django database when the user leaves the page. I'm currently only using fnAddData and fnDeleteRow to edit my datatable, so if the example also featured row's being added and deleted, that would be most helpful to me.
Does anyone know of such an example? Or any other example where Datatable changes are saved back to a Django database?
Does anyone know of such an example? Or any other example where Datatable changes are saved back to a Django database?
This discussion has been closed.
Replies
I'm new to this great DataTables jQuery plugin.
I'd li ke to have same functionality as Martin mentioned: to be able to add/remove rows and also to be able to add/remove columns.
Can somebody give me some hints how to achieve this?
I'm using Django framework also.
Thanks!