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