Example of DataTables CRUD with indexeddb
Example of DataTables CRUD with indexeddb
nvo
Posts: 2Questions: 1Answers: 0
in DataTables
Hi Allan,
I've searched and searched for a simple example of how to get my datatables to work with indexeddb. I saw you had commented a simple example for the editor, but in this case I was really hoping to get an example just purely for datatables. It would be nice to see this integrated with the TableTools.
If you or someone else has an example of this, that would be great.
This discussion has been closed.
Answers
Allan posted a simple example here:
http://datatables.net/forums/discussion/12240/sql-integration-for-offline-database
Yes that's the example with the editor I was referring to. I was hoping for an example without the editor
If you don't want editing (although the title of the post suggests you do) then can you not just use the section of the code I posted (that tangerine linked to) that deals with the loading of the table only?
Allan
i have a datatable with add/edit/save/delete. Do you think an approach similar to this would work? http://techbrij.com/offline-html5-indexeddb-add-edit-delete-data
I really didnt want to add anymore dependencies.
It will need so custom code of course, but I don't see any reason why it couldn't be made to work.
Allan