Sha256: cce57a879d24289fdfe61c64ab2ef30a5805cf53b8a3bf4af98485a04316b561

Contents?: true

Size: 286 Bytes

Versions: 17

Compression:

Stored size: 286 Bytes

Contents

<tr class="<%= options[:cycle] && cycle(*options[:cycle]) %>">
  <p>Namespaced row partial.</p>
  <% grid.html_columns(*options[:columns]).each do |column| %>
    <td class="<%= datagrid_column_classes(grid, column) %>"><%= datagrid_value(grid, column, asset) %></td>
  <% end %>
</tr>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
datagrid-1.4.3 spec/support/test_partials/client/datagrid/_row.html.erb
datagrid-1.4.2 spec/support/test_partials/client/datagrid/_row.html.erb
datagrid-1.4.1 spec/support/test_partials/client/datagrid/_row.html.erb
datagrid-1.4.0 spec/support/test_partials/client/datagrid/_row.html.erb
datagrid-1.3.9 spec/support/test_partials/client/datagrid/_row.html.erb
datagrid-1.3.7 spec/support/test_partials/client/datagrid/_row.html.erb
datagrid-1.3.6 spec/support/test_partials/client/datagrid/_row.html.erb
datagrid-1.3.5 spec/support/test_partials/client/datagrid/_row.html.erb
datagrid-1.3.4 spec/support/test_partials/client/datagrid/_row.html.erb
datagrid-1.3.3 spec/support/test_partials/client/datagrid/_row.html.erb
datagrid-1.3.2 spec/support/test_partials/client/datagrid/_row.html.erb
datagrid-1.3.1 spec/support/test_partials/client/datagrid/_row.html.erb
datagrid-1.3.0 spec/support/test_partials/client/datagrid/_row.html.erb
datagrid-1.2.3 spec/support/test_partials/client/datagrid/_row.html.erb
datagrid-1.2.2 spec/support/test_partials/client/datagrid/_row.html.erb
datagrid-1.2.1 spec/support/test_partials/client/datagrid/_row.html.erb
datagrid-1.2.0 spec/support/test_partials/client/datagrid/_row.html.erb