Rails Slickgrid is an effort to make the fast javascript grid/spreadsheet SlickGrid easier to use in rails.
- Generates the static assets for slickgrid into your public directory
- Provides a method to include these assets in your layout
- Generates a slickgrid from an array of hashes or records(ActiveRecord)
- Add
gem 'rails_slickgrid'
to your Gemfile bundle install
rails generate rails_slickgrid:install
- In your layout or view call
slickgrid_assets
- You need to have jQuery loaded
- You need to have jQuery UI as SlickGrid uses it
After installing, in your view simply slickgrid(records)
- Automatic grid generation
- Column Detection
- Editable Grids
- Client side filters
- Server side filters
SlickGrid itself is Copyright (c) 2010 Michael Leibman, http://github.com/mleibman/slickgrid
Rails Slickgrid is Copyright (c) 2011 Joe Martinez, https://github.com/capitalist/rails_slickgrid