Sha256: 8475483bd12aac8f435d989b450cb9539e39de2cd9dfe1035ff25d944049f25f
Contents?: true
Size: 709 Bytes
Versions: 8
Compression:
Stored size: 709 Bytes
Contents
<table id="paymentMethods-table" class="table table-condensed"> <thead> <tr> <th>Payment Method ID</th> <th>Account ID</th> <th>External ID</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
8 entries across 8 versions & 1 rubygems