Sha256: 5e2464278b30314c6073c1217fe8a8375b3c9ffd96686c6fa3b778a89d7bfc0f

Contents?: true

Size: 488 Bytes

Versions: 18

Compression:

Stored size: 488 Bytes

Contents

<%= table_for Product, :paginate => true do |t|
  t.checkbox
  t.column :title, sortable: true, width: '60px', align: 'left', valign: 'top', wrap: 'nowrap', cell_style: {:'background-color' => 'green'}, header_style: {color: 'orange'}
  t.column :price, filter: :range
  t.column :active, sortable: false
  t.column :vendor_product_name, header: 'Product by vendor'
  t.column :updated_at, filter: :date
  t.association :vendor, :name, filter: :exact
  t.association :tags, :title
end %>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
tabulatr2-0.9.20 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.19 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.18 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.17 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.16 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.15 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.14 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.13 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.12 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.11 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.10 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.7 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.6 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.4 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.3 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.2 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.1 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.0 spec/dummy/app/views/products/with_styling.html.erb