No commit activity in last 3 years
No release in over 3 years
A gemified version of the jqgrid javascript library.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 3.1.0
>= 0

Runtime

 Project Readme

rails-asset-jqgrid

Gemified/Assetized version of the jQGrid library! ####Currently at Version 4.2.0

Rails 3.1

###Gemfile Include

gem "rails-asset-jqueryui"
gem "rails-asset-jqgrid"

###Default Javascript File Include This includes english as the default i18n library. You can use others by adding a - with the i18n extension.

//= require jqgrid

###CSS File Include The rails-asset-jquery gem comes with all of the default jQuery UI themes.

/*
 * =require black-tie
 * =require jqgrid
 */

###Javascript File Include with Spanish as the i18n Library

//= require jqgrid-es