Sha256: 7739c76ad8f1b055b62f5c13c8354e4a391c1354dc2599711e9415c94df2b58f
Contents?: true
Size: 588 Bytes
Versions: 1
Compression:
Stored size: 588 Bytes
Contents
## 0.8.7 * fixed bug in association call * support namespaced rails models ## 0.8.5 * Added `order_by` option to `table_for` for default sorting. ## 0.8.3 * New table_column_options `cell_style` and `header_style` Example: ``` column :name, cell_style: {:'background-color' => 'red'}, header_style: {:'font-weight' => 'bold'} ``` * Added `classes` attribute to `table_column_options`. Example: ``` column :foobar, table_column_options: {classes: "mycssclass foobar-column"} ``` * Fixed prefiltering. Example: ``` tabulatr_for(Product.where(price: 10)) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tabulatr2-0.8.7 | CHANGELOG.md |