Sha256: dd40115c921e1bdf9b3fc10f1c4d86591d0b0a0ec638807273aac24debc129d0

Contents?: true

Size: 437 Bytes

Versions: 2

Compression:

Stored size: 437 Bytes

Contents

## 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.4 CHANGELOG.md
tabulatr2-0.8.3 CHANGELOG.md