mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
trying to get datatables to align properly
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
<script>
|
<script>
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('#tournamentList').dataTable();
|
$('#tournamentList').dataTable();
|
||||||
|
pagingType: "bootstrap";
|
||||||
} );
|
} );
|
||||||
</script>
|
</script>
|
||||||
<% if user_signed_in? %>
|
<% if user_signed_in? %>
|
||||||
|
|||||||
Reference in New Issue
Block a user