The hobo-jqi plugin supports using the jqGrid grid with Hobo.
Some jqGrid features:
- resizable columns
- paging controls
- crud functions
- JQuery UI theming
and many more see them at: http://www.trirand.com/jqgrid35/jqgrid.html
See a screencast install/demo
To install the grid
- go to the plugins directory: cd vendor/plugins
- load the plugin from github: git clone git://github.com/blizz/hobo-jqi.git
- go to the root directory of project: cd ../..
- run the install rake task: rake hobo_jqi:install
- add the following line to app/views/taglibs/application.dryml
<include src=”hobo-jqi-all” plugin=”hobo-jqi”/> - add this line to the header of an index page:
<jqi-grid-includes theme=”smoothness”/> - add this line to the content section of an index page:
<jqi-grid id=”jqgrid”/> - restart your server

On July 13, 2009 Owen said:
Sweet!