CraigCav / Knockout-jqGridBinding

A grid binding plugin for Knockout.js that provides basic integration with the JqGrid plugin for jQuery.
MIT License
37 stars 10 forks source link

Example code doesn't work #13

Closed johnnyezzell closed 10 years ago

johnnyezzell commented 10 years ago

The example code that is included in the download package doesn't work. I get the following error when I download it and open jsgrid.html.

Uncaught Error: Unable to parse bindings. Message: ReferenceError: id is not defined; Bindings value: attr:{ href: 'animals/' + id, title: name }, text: id

CraigCav commented 10 years ago

I've pushed a simplified version of the plugin. The example is now up and running again.