Sha256: 93afd99dadf2fd63b0fd8cc45e8ecdbd4b2ffa30426e582be962f7e1b1addafc

Contents?: true

Size: 746 Bytes

Versions: 1

Compression:

Stored size: 746 Bytes

Contents

<h3 class="pageHeader">Payments</h3>

<table id="payments-table" class="table table-condensed">
  <thead>
    <tr>
      <th>Account ID</th>
      <th>Payment number</th>
      <th>Date</th>
      <th>Amount</th>
      <th>Refund amount</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td colspan="1" class="dataTables_empty">Loading data from server</td>
    </tr>
  </tbody>
</table>

<%= javascript_tag do %>
$(document).ready(function() {
  $('#payments-table').dataTable({
    "sDom": "<'row'<'col-md-6'l><'col-md-6'f>r>t<'row'<'col-md-6'i><'col-md-6'p>>",
    "sPaginationType": "simple_numbers",
    "bProcessing": true,
    "bServerSide": true,
    "sAjaxSource": "<%= payments_pagination_path :format => :json %>"
  });
});
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kaui-0.11.0 app/views/kaui/payments/index.html.erb