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