Sha256: 0c20df7b83aa2849f4656a65bee3db6e4013281d84e59f1f22365770f961ca50

Contents?: true

Size: 180 Bytes

Versions: 3

Compression:

Stored size: 180 Bytes

Contents

<%= table_for @npw do |t|
  t.column :id
  t.column :first_name
  t.column :last_name
  t.column :category, header_attrs: {style: 'background-color: red;'}
  t.column :year
end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tableficate-0.3.2 spec/test_app/app/views/themes/column_header_attrs.html.erb
tableficate-0.3.1 spec/test_app/app/views/themes/column_header_attrs.html.erb
tableficate-0.3.0 spec/test_app/app/views/themes/column_header_attrs.html.erb