I'm currently looking for an example that allows inline editing on a CouchDB with jqgrid. The code below is working but it doesn't update the CouchDB data when pressed the 'S' button. I did some reseach but couldn't find anything helpful with regard to jqgrid and CouchDB.
Any hints are really appreciated.
Database documents:
http://localhost/couchdb/example/_all_docs?&limit=100&include_docs=true
{"total_rows":2,"offset":0,"rows":[
{"id":"43bce16e1dc49f9317b8921ff80013bf","key":"43bce16e1dc49f9317b8921ff80013bf","value":{"rev":"1-e95711a1b37a7b4dbf6d3661e9eec530"},"doc":{"_id":"43bce16e1dc49f9317b8921ff80013bf","_rev":"1-e95711a1b37a7b4dbf6d3661e9eec530","name":"Gerald","message":"Hello World!"}},
{"id":"43bce16e1dc49f9317b8921ff8001510","key":"43bce16e1dc49f9317b8921ff8001510","value":{"rev":"1-c7f45d42a23c4a93523dff9d2fc8ebfd"},"doc":{"_id":"43bce16e1dc49f9317b8921ff8001510","_rev":"1-c7f45d42a23c4a93523dff9d2fc8ebfd","name":"Sandra","message":"Hello World too!"}}
]}
HTML for testing purposes:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top