-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
44 lines (40 loc) · 2.02 KB
/
footer.php
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<script>
// $(document).ready(function () {
// $('#mydatatable').DataTable({
// lengthChange: false,
// // dom: 'Bfrtip',
// buttons: [
// 'copy', 'csv', 'excel', 'print'
// ]
// });
// });
$(document).ready(function() {
var table = $('#mydatatable').DataTable( {
dom: 'Bfrtip',
lengthChange: false,
lengthMenu: [
[ 10, 25, 50, -1 ],
[ '10 rows', '25 rows', '50 rows', 'Show all' ]
],
buttons: [ 'copy', 'excel', 'pdf',
'pageLength' ]
} );
// table.buttons().container()
// .appendTo( '#example_wrapper .col-md-6:eq(0)' );
} );
</script>
<!-- <script src = "https://cdn.datatables.net/buttons/2.3.2/js/buttons.html5.min.js"></script>
<script src="https://cdn.datatables.net/buttons/2.3.2/js/buttons.print.min.js"></script>
<script src = "https://cdn.datatables.net/1.13.1/js/jquery.dataTables.min.js"></script>
<script src = "https://cdn.datatables.net/1.13.1/js/dataTables.bootstrap4.min.js"></script>
<script src ="https://cdn.datatables.net/buttons/2.3.2/js/buttons.bootstrap4.min.js"></script> -->
<script src ="https://cdn.datatables.net/1.13.1/js/jquery.dataTables.min.js"></script>
<script src ="https://cdn.datatables.net/1.13.1/js/dataTables.bootstrap4.min.js"></script>
<script src ="https://cdn.datatables.net/buttons/2.3.2/js/dataTables.buttons.min.js"></script>
<script src ="https://cdn.datatables.net/buttons/2.3.2/js/buttons.bootstrap4.min.js"></script>
<script src ="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js"></script>
<script src ="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/pdfmake.min.js"></script>
<script src ="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/vfs_fonts.js"></script>
<script src ="https://cdn.datatables.net/buttons/2.3.2/js/buttons.html5.min.js"></script>
<script src ="https://cdn.datatables.net/buttons/2.3.2/js/buttons.print.min.js"></script>
<script src ="https://cdn.datatables.net/buttons/2.3.2/js/buttons.colVis.min.js"></script>