Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sdogruyol
Created April 15, 2017 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sdogruyol/712122bb9850c42d5117d596218a905d to your computer and use it in GitHub Desktop.
Save sdogruyol/712122bb9850c42d5117d596218a905d to your computer and use it in GitHub Desktop.
<div class="result">
<div class="container">
<table class="transactions" id="transactions">
</table>
</div>
</div>
<% content_for "custom_css" do %>
<link rel="stylesheet" href="/css/jquery.dataTables.min.css">
<link rel="stylesheet" href="/css/dataTables.bootstrap.min.css">
<% end %>
<% content_for "custom_js" do %>
<script type="text/javascript" src="/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="/js/dataTables.bootstrap.min.js"></script>
<script src="/js/transactions.js"></script>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment