I would like to use jqGrid for a pretty large HTML5/SQLite application. All of the data will be local and I'll never be calling a server. I've build a pretty simple bridge class that sort of hijacks the normal server-client communication by setting the url
to '#'
capturing the changed data with afterSubmit
but it is very, very hacky. Is there a better method of doing this?