Sha256: 13650783edf93ab52beae61f90da3b581b8f5a77862729931537699da1d8da14

Contents?: true

Size: 363 Bytes

Versions: 61

Compression:

Stored size: 363 Bytes

Contents

<%= table_for Product, batch_actions: {'destroy' => "Delete"}, :paginate => @pagination do |t|
  t.checkbox
  t.column :title, sortable: true
  t.column :price, filter: :range
  t.column :active
  t.column :vendor_product_name, header: 'Product by vendor'
  t.column :updated_at
  t.association :vendor, :name, filter: :exact
  t.association :tags, :title
end %>

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
tabulatr2-0.9.33 spec/dummy/app/views/products/with_batch_actions.html.erb
tabulatr2-0.9.32 spec/dummy/app/views/products/with_batch_actions.html.erb
tabulatr2-0.9.31 spec/dummy/app/views/products/with_batch_actions.html.erb
tabulatr2-0.9.30 spec/dummy/app/views/products/with_batch_actions.html.erb
tabulatr2-0.9.29 spec/dummy/app/views/products/with_batch_actions.html.erb
tabulatr2-0.9.28 spec/dummy/app/views/products/with_batch_actions.html.erb
tabulatr2-0.9.27 spec/dummy/app/views/products/with_batch_actions.html.erb
tabulatr2-0.9.26 spec/dummy/app/views/products/with_batch_actions.html.erb
tabulatr2-0.9.25 spec/dummy/app/views/products/with_batch_actions.html.erb
tabulatr2-0.9.24 spec/dummy/app/views/products/with_batch_actions.html.erb
tabulatr2-0.9.23 spec/dummy/app/views/products/with_batch_actions.html.erb
tabulatr2-0.9.22 spec/dummy/app/views/products/with_batch_actions.html.erb
tabulatr2-0.9.21 spec/dummy/app/views/products/with_batch_actions.html.erb
tabulatr2-0.9.20 spec/dummy/app/views/products/with_batch_actions.html.erb
tabulatr2-0.9.19 spec/dummy/app/views/products/with_batch_actions.html.erb
tabulatr2-0.9.18 spec/dummy/app/views/products/with_batch_actions.html.erb
tabulatr2-0.9.17 spec/dummy/app/views/products/with_batch_actions.html.erb
tabulatr2-0.9.16 spec/dummy/app/views/products/with_batch_actions.html.erb
tabulatr2-0.9.15 spec/dummy/app/views/products/with_batch_actions.html.erb
tabulatr2-0.9.14 spec/dummy/app/views/products/with_batch_actions.html.erb