27 lines
1.5 KiB
HTML
27 lines
1.5 KiB
HTML
[viewBag]
|
|
==
|
|
{% put scripts %}
|
|
|
|
<!-- Required datatable js -->
|
|
<script src="{{'assets/libs/datatables.net/js/jquery.dataTables.min.js'|theme}}"></script>
|
|
<script src="{{'assets/libs/datatables.net-bs4/js/dataTables.bootstrap4.min.js'|theme}}"></script>
|
|
<!-- Buttons examples -->
|
|
<script src="{{'assets/libs/datatables.net-buttons/js/dataTables.buttons.min.js'|theme}}"></script>
|
|
<script src="{{'assets/libs/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.js'|theme}}"></script>
|
|
<script src="{{'assets/libs/jszip/jszip.min.js'|theme}}"></script>
|
|
<script src="{{'assets/libs/pdfmake/build/pdfmake.min.js'|theme}}"></script>
|
|
<script src="{{'assets/libs/pdfmake/build/vfs_fonts.js'|theme}}"></script>
|
|
<script src="{{'assets/libs/datatables.net-buttons/js/buttons.html5.min.js'|theme}}"></script>
|
|
<script src="{{'assets/libs/datatables.net-buttons/js/buttons.print.min.js'|theme}}"></script>
|
|
<script src="{{'assets/libs/datatables.net-buttons/js/buttons.colVis.min.js'|theme}}"></script>
|
|
|
|
<script src="{{'assets/libs/datatables.net-keytable/js/dataTables.keyTable.min.js'|theme}}"></script>
|
|
<script src="{{'assets/libs/datatables.net-select/js/dataTables.select.min.js'|theme}}"></script>
|
|
|
|
<!-- Responsive examples -->
|
|
<script src="{{'assets/libs/datatables.net-responsive/js/dataTables.responsive.min.js'|theme}}"></script>
|
|
<script src="{{'assets/libs/datatables.net-responsive-bs4/js/responsive.bootstrap4.min.js'|theme}}"></script>
|
|
|
|
|
|
<script src="{{'assets/js/pages/datatables.init.js'|theme}}"></script>
|
|
{% endput %} |