Skip to content

Commit

Permalink
Add DataTables plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbel committed Jun 18, 2020
1 parent ea2fad2 commit 2ef8eb7
Show file tree
Hide file tree
Showing 4 changed files with 15,374 additions and 1 deletion.
1 change: 1 addition & 0 deletions css/jquery.dataTables-1.10.21.bootstrap4.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,24 @@
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap-4.5.min.css">

<!-- DataTables (jQuery Plugin) -->
<link rel="stylesheet" href="css/jquery.dataTables-1.10.21.bootstrap4.css">

<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css">



<!-- Bootstrap JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.5.1.slim.min.js"></script>
<script src="js/jquery-3.5.1.min.js"></script>
<script src="js/popper-1.16.0.min.js"></script>
<script src="js/bootstrap-4.5.min.js"></script>

<!-- DataTables (jQuery Plugin) -->
<script src="js/jquery.dataTables-1.10.21.js"></script>
<script src="js/jquery.dataTables-1.10.21.bootstrap4.js"></script>

<!-- Custom JavaScript -->
<script src="js/custom-utilities.js"></script>

Expand Down
11 changes: 11 additions & 0 deletions js/jquery.dataTables-1.10.21.bootstrap4.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2ef8eb7

Please sign in to comment.