Sha256: 8475483bd12aac8f435d989b450cb9539e39de2cd9dfe1035ff25d944049f25f

Contents?: true

Size: 709 Bytes

Versions: 8

Compression:

Stored size: 709 Bytes

Contents

<table id="paymentMethods-table" class="table table-condensed">
  <thead>
  <tr>
    <th>Payment Method ID</th>
    <th>Account ID</th>
    <th>External ID</th>
    <th>CC name</th>
    <th>CC last 4</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() {
  $('#paymentMethods-table').dataTable({
    "sDom": "<'row-fluid'<'span6'l><'span6'f>r>t<'row-fluid'<'span6'i><'span6'p>>",
    "sPaginationType": "bootstrap",
    "bProcessing": true,
    "bServerSide": true,
    "sAjaxSource": "<%= payment_methods_pagination_path :format => :json %>"
  });
});
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

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