Sha256: 3ba4a553eb032016fcbf6a740efa44cc605f75f2db342c284872c67aea463b41
Contents?: true
Size: 759 Bytes
Versions: 1
Compression:
Stored size: 759 Bytes
Contents
<h3 class="pageHeader">Payment Methods</h3> <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'<'col-md-6'l><'col-md-6'f>r>t<'row'<'col-md-6'i><'col-md-6'p>>", "sPaginationType": "simple_numbers", "bProcessing": true, "bServerSide": true, "sAjaxSource": "<%= payment_methods_pagination_path :format => :json %>" }); }); <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kaui-0.11.0 | app/views/kaui/payment_methods/index.html.erb |