Sha256: d4c5d705c32a623688b44a767e7ca67f6bbf619d7b2630b20025bd944c34863b

Contents?: true

Size: 178 Bytes

Versions: 3

Compression:

Stored size: 178 Bytes

Contents

<%= table_for @npw do |t|
  t.column :id
  t.column :first_name
  t.column :last_name
  t.column :category, cell_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_cell_attrs.html.erb
tableficate-0.3.1 spec/test_app/app/views/themes/column_cell_attrs.html.erb
tableficate-0.3.0 spec/test_app/app/views/themes/column_cell_attrs.html.erb