Sha256: 58ba9f938a16b66047e924f675c29056c5e6fb80f89998f91740abc9dda1731a
Contents?: true
Size: 696 Bytes
Versions: 3
Compression:
Stored size: 696 Bytes
Contents
<table id="payments-table" class="table table-condensed"> <thead> <tr> <th>Account ID</th> <th>Payment number</th> <th>Date</th> <th>Amount</th> <th>Status</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() { $('#payments-table').dataTable({ "sDom": "<'row-fluid'<'span6'l><'span6'f>r>t<'row-fluid'<'span6'i><'span6'p>>", "sPaginationType": "bootstrap", "bProcessing": true, "bServerSide": true, "sAjaxSource": "<%= payments_pagination_path :format => :json %>" }); }); <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kaui-0.6.6 | app/views/kaui/payments/index.html.erb |
kaui-0.6.5 | app/views/kaui/payments/index.html.erb |
kaui-0.6.4 | app/views/kaui/payments/index.html.erb |