README.md in magic_grid-0.12.5 vs README.md in magic_grid-0.12.6
- old
+ new
@@ -1,9 +1,10 @@
MagicGrid
=========
© 2011-2013 Ryan Graham, Dennis Taylor
+[![Gem Version](https://badge.fury.io/rb/magic_grid.png)](http://badge.fury.io/rb/magic_grid)
[![Build Status](https://travis-ci.org/rmg/magic_grid.png?branch=master)](https://travis-ci.org/rmg/magic_grid)
[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/rmg/magic_grid)
Easy collection display grid with column sorting and pagination.
@@ -61,9 +62,15 @@
list tells magic_grid to render a search box in the header of the html table
it generates. Make sure to include `magic_grid.js` in your view or application wide via your application.js or search won't work.
### :per_page
Sets the number of rows per page in the paginator.
+
+### :title
+Sets a text string to include in the top of the grid's `thead` to display as a title for the grid.
+
+### and more...
+There's a.. *ahem* slight lack of documentation at the moment. Pull requests welcome?
Development
-----------
Testing was originally done UnitTest style, with some tarantula to force a