public
Description: This plugin allows you to add jQuery datagrids very easily to your Rails applications.
Homepage: http://www.2dconcept.com/jquery-grid-rails-plugin
Clone URL: git://github.com/ahe/2dc_jqgrid.git
name age message
file .gitignore Wed Nov 04 03:55:46 -0800 2009 Ignore Mac specific .DS_Store when adding to Gi... [Sven Schwyn]
file MIT-LICENSE Sun Apr 12 06:54:34 -0700 2009 first commit [ahe]
file README.rdoc Fri Nov 06 07:24:47 -0800 2009 Add grid generator [ahe]
file Rakefile Sun Apr 12 06:54:34 -0700 2009 first commit [ahe]
directory generators/ Fri Nov 06 07:24:47 -0800 2009 Add grid generator [ahe]
file init.rb Thu Nov 05 06:51:28 -0800 2009 Include jquery only if jrails is not present [Sven Schwyn]
file install.rb Thu Nov 05 06:51:06 -0800 2009 Execute install/uninstall rake tasks from corre... [Sven Schwyn]
directory lib/ Fri Nov 06 07:24:47 -0800 2009 Add grid generator [ahe]
directory public/ Fri Nov 06 05:44:53 -0800 2009 Fix images path [ahe]
directory spec/ Fri Nov 06 05:54:35 -0800 2009 Make specs pass again [ahe]
directory tasks/ Wed Nov 04 07:42:44 -0800 2009 Move javascripts/stylesheets/images to more app... [Sven Schwyn]
directory test/ Sun Apr 12 06:54:34 -0700 2009 first commit [ahe]
file uninstall.rb Thu Nov 05 06:51:06 -0800 2009 Execute install/uninstall rake tasks from corre... [Sven Schwyn]
README.rdoc

2dcJqgrid

This Rails plugin allows you to add jQuery datagrids into your applications.

Following features are supported :

  • Ajax enabled
  • Sorting
  • Pagination
  • Search
  • CRUD operations (add, edit, delete)
  • Multi-selection (checkboxes)
  • Master-details
  • Themes
  • And more …

Documentation & live demo are available at www.2dconcept.com/jquery-grid-rails-plugin

Generator

You can now generate a grid using a command like this one :

  $ ./script/generate jqgrid user id pseudo email firstname

Copyright © 2009 Anthony Heukmes, released under the MIT license

My Rails blog : 2dconcept.com My Twitter account : twitter.com/2dc