Sha256: f2693b565d4f8d55a573cf260ef3b332bc4c5b3dbf7d496cf0174695cdfc9ad0

Contents?: true

Size: 697 Bytes

Versions: 9

Compression:

Stored size: 697 Bytes

Contents

<table id="invoices-table" class="table table-condensed">
  <thead>
    <tr>
      <th>Invoice ID</th>
      <th>Invoice number</th>
      <th>Date</th>
      <th>Amount</th>
      <th>Balance</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() {
  $('#invoices-table').dataTable({
    "sDom": "<'row-fluid'<'span6'l><'span6'f>r>t<'row-fluid'<'span6'i><'span6'p>>",
    "sPaginationType": "bootstrap",
    "bProcessing": true,
    "bServerSide": true,
    "sAjaxSource": "<%= invoices_pagination_path :format => :json %>"
  });
});
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

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