Sha256: c1a8d2876bd8868f9ccf4bbe9324da2859b1c7de4342293d53d437d640bc3b96

Contents?: true

Size: 811 Bytes

Versions: 28

Compression:

Stored size: 811 Bytes

Contents

<div class="w-full">
  <% if @resources.present?%>
    <table class="w-full px-4 overflow-hidden" data-resource-name='<%= @resource.model_class.model_name.route_key %>' data-controller='item-select-all'>
      <%= render partial: 'avo/partials/table_header', locals: {fields: @resource.get_fields(reflection: @reflection)} %>
      <tbody>
        <% @resources.each_with_index do |resource, index| %>
          <% cache_if Avo.configuration.cache_resources_on_index_view, resource.cache_hash(@parent_model) do %>
            <%= render Avo::Index::TableRowComponent.new(resource: resource, reflection: @reflection, parent_model: @parent_model) %>
          <% end %>
        <% end %>
      </tbody>
    </table>
  <% else %>
    <%= helpers.empty_state @resource.name.downcase.pluralize %>
  <% end %>
</div>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
avo-1.18.2 app/components/avo/index/resource_table_component.html.erb
avo-1.18.2.pre.0 app/components/avo/index/resource_table_component.html.erb
avo-1.18.1 app/components/avo/index/resource_table_component.html.erb
avo-1.18.0 app/components/avo/index/resource_table_component.html.erb
avo-1.18.0.pre.3 app/components/avo/index/resource_table_component.html.erb
avo-1.18.0.pre.2 app/components/avo/index/resource_table_component.html.erb
avo-1.18.0.pre.1 app/components/avo/index/resource_table_component.html.erb
avo-1.17.1 app/components/avo/index/resource_table_component.html.erb
avo-1.17.0 app/components/avo/index/resource_table_component.html.erb
avo-1.16.4 app/components/avo/index/resource_table_component.html.erb
avo-1.16.3 app/components/avo/index/resource_table_component.html.erb
avo-1.16.2 app/components/avo/index/resource_table_component.html.erb
avo-1.16.1 app/components/avo/index/resource_table_component.html.erb
avo-1.16.0 app/components/avo/index/resource_table_component.html.erb
avo-1.15.0 app/components/avo/index/resource_table_component.html.erb
avo-1.15.0.pre.1 app/components/avo/index/resource_table_component.html.erb
avo-1.14.0 app/components/avo/index/resource_table_component.html.erb
avo-1.13.3 app/components/avo/index/resource_table_component.html.erb
avo-1.13.2 app/components/avo/index/resource_table_component.html.erb
avo-1.13.1 app/components/avo/index/resource_table_component.html.erb