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