Sha256: 65ad710a2b0acf213f46089ed624655a47553e1bb63cdb217fb563f88861f68e

Contents?: true

Size: 703 Bytes

Versions: 8

Compression:

Stored size: 703 Bytes

Contents

<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-fluid'<'span6'l><'span6'f>r>t<'row-fluid'<'span6'i><'span6'p>>",
    "sPaginationType": "bootstrap",
    "bProcessing": true,
    "bServerSide": true,
    "sAjaxSource": "<%= payments_pagination_path :format => :json %>"
  });
});
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
kaui-0.8.4 app/views/kaui/payments/index.html.erb
kaui-0.8.3 app/views/kaui/payments/index.html.erb
kaui-0.8.2 app/views/kaui/payments/index.html.erb
kaui-0.8.1 app/views/kaui/payments/index.html.erb
kaui-0.8.0 app/views/kaui/payments/index.html.erb
kaui-0.7.2 app/views/kaui/payments/index.html.erb
kaui-0.7.1 app/views/kaui/payments/index.html.erb
kaui-0.7.0 app/views/kaui/payments/index.html.erb