h1. Gridion
License: MIT-LICENSE
h2. Features
Use @grid@ helper to render table with various options.
grid(@patents, :object_class=>Patent, :columns=>%w(coverage_countries_serial patent_number_serial title grant_date status availability_serial), :actions=>nil, :paginate=>false, :skip_field_class=>true, :render_empty_grid=>true, :object_class=>Patent)
h2. Parameters
h3. render_empty_grid
Render grid even if there is no data, you need to use that with :object__class as there is no model the grid could use to extract metadata against.
h3. paginate
Turns on pagination (Kaminari required)
h4. skip_field_class
Turn off all field (th/td) column class name