Sha256: 5f2226f3e4b2dbd8998fa43800b568df3c8fbc438b884a41d65155ee8eb9c90e

Contents?: true

Size: 717 Bytes

Versions: 7

Compression:

Stored size: 717 Bytes

Contents

<table id="accounts-table" class="table table-condensed">
  <thead>
    <tr>
      <th>Account ID</th>
      <th>Name</th>
      <th>External key</th>
      <th>Currency</th>
      <th>City</th>
      <th>Country</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() {
  $('#accounts-table').dataTable({
    "sDom": "<'row-fluid'<'span6'l><'span6'f>r>t<'row-fluid'<'span6'i><'span6'p>>",
    "sPaginationType": "bootstrap",
    "bProcessing": true,
    "bServerSide": true,
    "sAjaxSource": "<%= accounts_pagination_path :format => :json %>"
  });
});
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
kaui-0.6.6 app/views/kaui/accounts/index.html.erb
kaui-0.6.5 app/views/kaui/accounts/index.html.erb
kaui-0.6.4 app/views/kaui/accounts/index.html.erb
kaui-0.6.3 app/views/kaui/accounts/index.html.erb
kaui-0.6.2 app/views/kaui/accounts/index.html.erb
kaui-0.6.1 app/views/kaui/accounts/index.html.erb
kaui-0.6.0 app/views/kaui/accounts/index.html.erb