Sha256: 5fd4413d36f2aa4cf46af8b859ae90270414cd04a224f7d7fe7597f76512e5b8

Contents?: true

Size: 271 Bytes

Versions: 5

Compression:

Stored size: 271 Bytes

Contents

<%= table_for @npw do |t|
  t.column :id 
  t.column :first_name 
  t.column :last_name 
  t.column :category 
  t.column :year 

  t.filter :category,
    collection: ['Chemistry', 'Literature', 'Peace', 'Physics', 'Physiology or Medicine'],
    multiple:   true
end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tableficate-0.3.2 spec/test_app/app/views/filters/multi_select_tag.html.erb
tableficate-0.3.1 spec/test_app/app/views/filters/multi_select_tag.html.erb
tableficate-0.3.0 spec/test_app/app/views/filters/multi_select_tag.html.erb
tableficate-0.2.1 spec/test_app/app/views/filters/multi_select_tag.html.erb
tableficate-0.2.0 spec/test_app/app/views/filters/multi_select_tag.html.erb