Sha256: e424891575d555077c961a9dc2e50bca20f299c435a8b900fe9c8eebcbc75615

Contents?: true

Size: 392 Bytes

Versions: 10

Compression:

Stored size: 392 Bytes

Contents

<%= table_for Product, :paginate => true,
  batch_actions: {a: "Hallo", b: "Du da!"} do |t|
  t.checkbox
  t.column :title, sortable: true
  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

10 entries across 10 versions & 1 rubygems

Version Path
tabulatr2-0.8.9 spec/dummy/app/views/products/simple_index.html.erb
tabulatr2-0.8.8 spec/dummy/app/views/products/simple_index.html.erb
tabulatr2-0.8.7 spec/dummy/app/views/products/simple_index.html.erb
tabulatr2-0.8.6 spec/dummy/app/views/products/simple_index.html.erb
tabulatr2-0.8.5 spec/dummy/app/views/products/simple_index.html.erb
tabulatr2-0.8.4 spec/dummy/app/views/products/simple_index.html.erb
tabulatr2-0.8.3 spec/dummy/app/views/products/simple_index.html.erb
tabulatr2-0.8.2 spec/dummy/app/views/products/simple_index.html.erb
tabulatr2-0.8.1 spec/dummy/app/views/products/simple_index.html.erb
tabulatr2-0.8.0 spec/dummy/app/views/products/simple_index.html.erb