Sha256: 6dcc2d719c9020d1e8239b88f24b5079d82b95f094ee1a454da396a7537462a4

Contents?: true

Size: 1.88 KB

Versions: 8

Compression:

Stored size: 1.88 KB

Contents

    <div class="ae-table-filter">
      <div class="ae-filter">
        <%= render "express_ui/molecules/form_group_single_line" %>
      </div>
      <div class="ae-filter">
        <%= render "express_ui/molecules/forms_radio" %>
      </div>
      <div class="ae-filter">
        <%= render "express_ui/molecules/forms_select" %>
      </div>
      <div class="ae-filter">
        <a href="#" title="Reset">×</a>
      </div>
    </div>
    <div class="ae-table-responsive">
      <table>

      <thead>
        <th><a href="#" title="created_at">Created At </a></th>
        <th width="30%"><a href="#" title="address">Address</a></th>
        <th><a href="#" title="contract_effective_date">Contract Effective Date </a></th>
        <th><a href="#" title="closing_date">Closing Date</a></th>
        <th><a href="#" title="owner">Owner</a></th>
        <th><a href="#" title="creation_step">Creation Step</a></th>
        <th><a href="#" title="paid">Paid</a></th>
        <th width="15%"><a href="#" title="action">Actions</a></th>
      </thead>
      <tbody>
        <tr>
          <td>January 07, 2016  </td>
          <td><a href="#">658 NW 9th Ct, Boca Raton, FL 33486, USA</a></td>
          <td>January 07, 2016  </td>
          <td>January 29, 2016  </td>
          <td></td>
          <td>step_2</td>
          <td>false</td>
          <td><button type="button" value="Delete" class="ae-btn ae-btn-danger">Delete</button></td>
        </tr>
        <tr>
          <td>January 07, 2016  </td>
          <td><a href="#">2714 Southern Parkway West</a></td>
          <td>January 07, 2016  </td>
          <td>January 29, 2016  </td>
          <td></td>
          <td>step_2</td>
          <td>false</td>
          <td><a href="#">View</a></td>
        </tr>
        <tr>
          <td>Small Office</td>
          <td>Top Producer</td>
          <td>$1,299.00</td>
        </tr>
      </tbody>
    </table>
  </div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
express_ui-0.1.7 app/views/express_ui/molecules/_table_with_filtering.html.erb
express_ui-0.1.6 app/views/express_ui/molecules/_table_with_filtering.html.erb
express_ui-0.1.5 app/views/express_ui/molecules/_table_with_filtering.html.erb
express_ui-0.1.4 app/views/express_ui/molecules/_table_with_filtering.html.erb
express_ui-0.1.3 app/views/express_ui/molecules/_table_with_filtering.html.erb
express_ui-0.1.2 app/views/express_ui/molecules/_table_with_filtering.html.erb
express_ui-0.1.1 app/views/express_ui/molecules/_table_with_filtering.html.erb
express_ui-0.1.0 app/views/express_ui/molecules/_table_with_filtering.html.erb