Sha256: 45062246dd0aceff70f4b2732fc47a6413cefa0c523f8fb9c1109a8f743d9503
Contents?: true
Size: 716 Bytes
Versions: 7
Compression:
Stored size: 716 Bytes
Contents
<table id="paymentMethods-table" class="table table-condensed"> <thead> <tr> <th>Account ID</th> <th>External ID</th> <th>Type</th> <th>CC name</th> <th>CC last 4</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() { $('#paymentMethods-table').dataTable({ "sDom": "<'row-fluid'<'span6'l><'span6'f>r>t<'row-fluid'<'span6'i><'span6'p>>", "sPaginationType": "bootstrap", "bProcessing": true, "bServerSide": true, "sAjaxSource": "<%= payment_methods_pagination_path :format => :json %>" }); }); <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems