0% found this document useful (0 votes)
16 views1 page

Script Datatables Dan Button

The document includes links to various stylesheets and scripts for Bootstrap and DataTables. It references Bootstrap version 5.0.1 and DataTables version 2.1.8, along with additional scripts for functionality like printing. The document is primarily focused on setting up the necessary resources for a web application interface.

Uploaded by

budeng.siparjos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views1 page

Script Datatables Dan Button

The document includes links to various stylesheets and scripts for Bootstrap and DataTables. It references Bootstrap version 5.0.1 and DataTables version 2.1.8, along with additional scripts for functionality like printing. The document is primarily focused on setting up the necessary resources for a web application interface.

Uploaded by

budeng.siparjos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.

1/
css/bootstrap.min.css" rel="stylesheet">
<link
href="https://cdn.datatables.net/1.11.4/css/dataTables.bootstrap5.min.css"
rel="stylesheet">

<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></
script>
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/
js/bootstrap.min.js"></script>
<script src="https://cdn.datatables.net/2.1.8/js/dataTables.js"></script>
<script
src="https://cdn.datatables.net/2.1.8/js/dataTables.bootstrap4.js"></script>
<script
src="https://cdn.datatables.net/buttons/3.2.0/js/buttons.print.min.js"></script>
<script
src="https://cdn.datatables.net/buttons/3.2.0/js/buttons.bootstrap4.js"></script>
<script
src="https://cdn.datatables.net/buttons/3.2.0/js/dataTables.buttons.js"></script>

You might also like