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.10.4 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.10.3 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.10.2 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.10.1 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.10.0 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.48 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.47 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.46 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.45 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.44 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.43 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.42 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.41 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.40 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.39 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.38 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.37 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.36 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.35 spec/dummy/app/views/products/with_styling.html.erb
tabulatr2-0.9.34 spec/dummy/app/views/products/with_styling.html.erb