Release Name: 0.0.4
Notes:
TidyTable
by Geoffrey Grosenbach
http://topfunky.com
== DESCRIPTION:
Yet another library to convert an array of structs (such as an ActiveRecord
object) into an HTML table. Simple, with a few options. Includes automatic
tags for first_column, first_row, even, odd, etc.
Changes:
== 0.0.4 / 2007-06-27
* Changed default table class name to 'tidy_table' for consistency.
* Added ability to return a Hash from the block passed to TidyTable#to_html.
This allows the :id or :class of the row to be set along with the :data.
|