Sha256: 774688e86e7c4bd74fd60d2668b585cd4b7743c49c340ded50b9c9653fb7cd82

Contents?: true

Size: 502 Bytes

Versions: 29

Compression:

Stored size: 502 Bytes

Contents

<%#
Local variables:
* grid - instance of Datagrid
* assets - Array of database Entities
* options - passed options Hash
%>
<p>Namespaced table partial.</p>
<%= content_tag :table, options[:html] do %>
  <thead>
    <%= datagrid_header(grid, options) %>
  </thead>
  <tbody>
    <% if assets.empty? %>
    <tr><td class="noresults" colspan="100%"><%= I18n.t('datagrid.no_results').html_safe %></td></tr>
    <% else %>
    <%= datagrid_rows(grid, assets, options) %>
    <% end %>
  </tbody>
<% end %>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
datagrid-1.6.0 spec/support/test_partials/client/datagrid/_table.html.erb
datagrid-1.5.9 spec/support/test_partials/client/datagrid/_table.html.erb
datagrid-1.5.8 spec/support/test_partials/client/datagrid/_table.html.erb
datagrid-1.5.7 spec/support/test_partials/client/datagrid/_table.html.erb
datagrid-1.5.6 spec/support/test_partials/client/datagrid/_table.html.erb
datagrid-1.5.5 spec/support/test_partials/client/datagrid/_table.html.erb
datagrid-1.5.4 spec/support/test_partials/client/datagrid/_table.html.erb
datagrid-1.5.3 spec/support/test_partials/client/datagrid/_table.html.erb
datagrid-1.5.2 spec/support/test_partials/client/datagrid/_table.html.erb
datagrid-1.5.1 spec/support/test_partials/client/datagrid/_table.html.erb
datagrid-1.5.0 spec/support/test_partials/client/datagrid/_table.html.erb
datagrid-1.4.4 spec/support/test_partials/client/datagrid/_table.html.erb
datagrid-1.4.3 spec/support/test_partials/client/datagrid/_table.html.erb
datagrid-1.4.2 spec/support/test_partials/client/datagrid/_table.html.erb
datagrid-1.4.1 spec/support/test_partials/client/datagrid/_table.html.erb
datagrid-1.4.0 spec/support/test_partials/client/datagrid/_table.html.erb
datagrid-1.3.9 spec/support/test_partials/client/datagrid/_table.html.erb
datagrid-1.3.7 spec/support/test_partials/client/datagrid/_table.html.erb
datagrid-1.3.6 spec/support/test_partials/client/datagrid/_table.html.erb
datagrid-1.3.5 spec/support/test_partials/client/datagrid/_table.html.erb