Sha256: ad7155db2d554eeaace0292b51c640ae76f2a5d69a5e9162ac7fef56ea2911f4

Contents?: true

Size: 510 Bytes

Versions: 2

Compression:

Stored size: 510 Bytes

Contents

## 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

2 entries across 2 versions & 1 rubygems

Version Path
tabulatr2-0.8.6 CHANGELOG.md
tabulatr2-0.8.5 CHANGELOG.md