I am having trouble replicating the format shown on the example page of the DataTables website.
<link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="assets/plugins/DataTables-1.10.18/dataTables.bootstrap4.min.css"/>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/plugins/DataTables-1.10.18/jquery.dataTables.min.js"></script>
<script src="assets/plugins/DataTables-1.10.18/dataTables.bootstrap4.min.js"></script>
$(function($) {
$('#myTbl').DataTable();
});
Here is the current output I am getting:
https://i.sstatic.net/jdJ6e.png
And this is what I want it to look like: