Sha256: 37d734c8edd18aaf08a40f9a6366b302e7cad8c7de64e5dd2c72ca6f7c8e795f

Contents?: true

Size: 482 Bytes

Versions: 33

Compression:

Stored size: 482 Bytes

Contents

<%= table_for Product, :paginate => true do |t|
  t.checkbox
  t.column :title, sortable: true, width: '60px', align: 'left', wrap: 'nowrap', data_html: {style: 'background-color: green;'}, header_html: {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

33 entries across 33 versions & 1 rubygems

Version Path
tabulatr2-0.9.33 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.32 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.31 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.30 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.29 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.28 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.27 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.26 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.25 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.24 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.23 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.22 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.21 spec/dummy/app/views/products/with_styling.html.erb