Skip to content

capitalist/rails_slickgrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Slickgrid

Rails Slickgrid is an effort to make the fast javascript grid/spreadsheet SlickGrid easier to use in rails.

What It Can Do

  1. Generates the static assets for slickgrid into your public directory
  2. Provides a method to include these assets in your layout
  3. Generates a slickgrid from an array of hashes or records(ActiveRecord)

Installation

  1. Add gem 'rails_slickgrid' to your Gemfile
  2. bundle install
  3. rails generate rails_slickgrid:install
  4. In your layout or view call slickgrid_assets

SlickGrid Dependencies

  1. You need to have jQuery loaded
  2. You need to have jQuery UI as SlickGrid uses it

Usage

After installing, in your view simply slickgrid(records)

TODO

  1. Automatic grid generation
  2. Column Detection
  3. Editable Grids
  4. Client side filters
  5. Server side filters

Copyright

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

About

Allows easy rendering of SlickGrids in Rails 3

Resources

License

Stars

Watchers

Forks

Packages

No packages published