Sha256: 42f056241adbea603672a70d833a7398d019c34888fd1c1877cf6e8349b621d1

Contents?: true

Size: 1.06 KB

Versions: 26

Compression:

Stored size: 1.06 KB

Contents

<div class="dataset">
  <table class="table table-bordered <%= @identifier %>">
    <thead>
      <tr>
        <% for field in _.pairs(@fields): %>
          <% if _.indexOf(@sortableBy, field[0]) == -1: %>
            <th>
              <div class="row-container"><div class="row-data">
              <%= field[1] %>
              </div></div>
            </th>
          <% else: %>
            <% icon_class = "" %>
            <% icon_class = "" if @sortBy[field[0]] == "" %>
            <% icon_class = "iux-default-icon-arrow-asc" if @sortBy[field[0]] == "asc" %>
            <% icon_class = "iux-default-icon-arrow-desc" if @sortBy[field[0]] == "desc" %>
            <th class="sort-button" id="<%= field[0] %>" data-direction="<%= @sortBy[field[0]] %>">
              <div class="row-container"><div class="row-data">
                <%= field[1] %>
                <div class="icon <%= icon_class %>"></div>
              </div></div>
            </th>
          <% end %>
        <% end %>
      </tr>
    </thead>
    <tbody class="records">
    </tbody>
  </table>
</div>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
iugu-ux-1.0.25 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-table.jst.eco
iugu-ux-1.0.24 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-table.jst.eco
iugu-ux-1.0.23 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-table.jst.eco
iugu-ux-1.0.22 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-table.jst.eco
iugu-ux-1.0.21 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-table.jst.eco
iugu-ux-1.0.20 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-table.jst.eco
iugu-ux-1.0.19 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-table.jst.eco
iugu-ux-1.0.18 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-table.jst.eco
iugu-ux-1.0.17 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-table.jst.eco
iugu-ux-1.0.16 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-table.jst.eco
iugu-ux-1.0.15 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-table.jst.eco
iugu-ux-1.0.14 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-table.jst.eco
iugu-ux-1.0.13 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-table.jst.eco
iugu-ux-1.0.12 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-table.jst.eco
iugu-ux-1.0.11 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-table.jst.eco
iugu-ux-1.0.10 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-table.jst.eco
iugu-ux-1.0.9 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-table.jst.eco
iugu-ux-1.0.8 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-table.jst.eco
iugu-ux-1.0.7 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-table.jst.eco
iugu-ux-1.0.6 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-table.jst.eco