Sha256: 00e7619de352a23fb0e333e3f6dece0af37e9cc560d7a7b6383b2ed96e3fea54

Contents?: true

Size: 1.75 KB

Versions: 4

Compression:

Stored size: 1.75 KB

Contents

= JqGridRails

Providing easy ways to build grids within Rails

== About

JqGridRails is a helper plugin to build grids using {jqGrid}[http://www.trirand.com/blog/]. It provides a number of features to allow a minimal amount of effort to build grids. However, it is also built with the maximum amount of flexibility in mind. As such, it provides easy access to all the capabilities jqGrid has to offer and allows the application to choose how much support is automatically provided.

== Installation

=== RubyGems

Add JqGridRails to your applications Gemfile:

  gem 'jqgrid_rails'

Or, if you want the bleeding edge, point to the repository:

  gem 'jqgrid_rails', :git => 'git@github.com/chrisroberts/jqgrid_rails.git'

=== Setup

If you are in Rails 2, add the tasks to the bottom of your Rakefile (not needed for Rails 3):

  require 'jqgrid_rails/tasks'

And run the install task:

  rake jqgrid_rails:install

=== Loading assets

Use the javascript and stylesheet expansions to load jqgrid

  <%= javascript_include_tag :jqgrid_rails %>
  <%= stylesheet_link_tag :jqgrid_rails %>

== Building grids

TODO

== History

jqgrid_rails was originally created by {Nick Ewing}[http://github.com/nickewing].

== Contributors

* {Nick Ewing}[http://github.com/nickewing]
* {David Cato}[http://github.com/davec]
* {Ryan Golec}[http://github.com/ryangolec]

== Resources

* {jqGrid}[http://www.trirand.com/blog/]
* {jqGrid Wiki}[http://www.trirand.com/jqgridwiki/doku.php?id=start]
* {jqGrid Options}[http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options]
* {jqGrid Events}[http://www.trirand.com/jqgridwiki/doku.php?id=wiki:events]
* {jqGrid ColModel Options}[http://www.trirand.com/jqgridwiki/doku.php?id=wiki:colmodel_options]

== License

* Continuing with the MIT license. See LICENSE.rdoc

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jqgrid_rails-1.2.3 README.rdoc
jqgrid_rails-1.2.2 README.rdoc
jqgrid_rails-1.2.1 README.rdoc
jqgrid_rails-1.2.0 README.rdoc