Sha256: 83e710c158dc8defee44ef8bd407010641816f2948114d79351c321741ade738
Contents?: true
Size: 759 Bytes
Versions: 8
Compression:
Stored size: 759 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> <h3><%= link_to 'Create new account', new_account_path %></h3> <%= 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
8 entries across 8 versions & 1 rubygems