jqgrid-jquery-rails
Gemified by Doc Walker
Provides the jqGrid
jQuery plugin packaged for the Rails 3.1+ asset pipeline.
Installation
Add these lines to your application's Gemfile
:
gem 'jqgrid-jquery-rails', '~> 4.6.001'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jqgrid-jquery-rails
Gem version notes:
- Version is in the format
X.Y.ZVV
where X.Y.Z
is version of jqGrid
plugin and VV
is version of gem (with leading zero); - Refer to Semantic Versioning 2.0.0 (http://semver.org);
Usage
Add these lines to app/assets/javascripts/application.js
Add these lines to app/assets/stylesheets/application.css
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Acknowledgements