Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/searls/jqgrid-example
https://github.com/searls/jqgrid-example
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/searls/jqgrid-example
- Owner: searls
- Created: 2011-05-05T02:13:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-05T02:17:07.000Z (over 13 years ago)
- Last Synced: 2024-11-02T23:23:24.297Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 223 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
A simple example of jqgrid 4.0 + jquery 1.6 (adapted from the ["Loading Data" -> "Load once" demo page](http://www.trirand.com/blog/jqgrid/jqgrid.html)).
To run it yourself, you'll need ruby and bundler.
Install bundler if you don't have it.
gem install bundler
Clone, bundle, and run sinatra.git clone https://github.com/searls/jqgrid-example.git && cd jqgrid-example && bundle install && bundle exec ruby sinatra.rb
Finally, [visit the app in your browser at http://localhost:4567/index.html](http://localhost:4567/index.html)