-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript-link-table2.php
More file actions
26 lines (18 loc) · 1.02 KB
/
Copy pathscript-link-table2.php
File metadata and controls
26 lines (18 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!-- Sorting Alphabetically the table + delete features not used -->
<script type="text/javascript">
$(document).ready(function() {
$('#example2').DataTable( {
"paging": false,
"searching": false,
"info": false
});
} );
</script>
<script src="https://code.jquery.com/jquery-3.5.1.js"></script>
<script src="https://cdn.datatables.net/1.10.22/js/jquery.dataTables.min.js"></script>
<script src="https://cdn.datatables.net/1.10.22/js/dataTables.bootstrap4.min.js"></script>
<link src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap.css">
<link src="https://cdn.datatables.net/1.10.22/css/dataTables.bootstrap4.min.css">
<!-- DataTables javascript tablebootstrap4 -->
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs4/dt-1.10.22/cr-1.5.2/r-2.2.6/datatables.min.css"/>
<script type="text/javascript" src="https://cdn.datatables.net/v/bs4/dt-1.10.22/cr-1.5.2/r-2.2.6/datatables.min.js"></script>