Sha256: 5e2464278b30314c6073c1217fe8a8375b3c9ffd96686c6fa3b778a89d7bfc0f
Contents?: true
Size: 488 Bytes
Versions: 18
Compression:
Stored size: 488 Bytes
Contents
<%= table_for Product, :paginate => true do |t| t.checkbox t.column :title, sortable: true, width: '60px', align: 'left', valign: 'top', wrap: 'nowrap', cell_style: {:'background-color' => 'green'}, header_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
18 entries across 18 versions & 1 rubygems