Answers for "data table in html code"

0

datatable in html

1
2
3
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.21/css/jquery.dataTables.css">

<script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/1.10.21/js/jquery.dataTables.js"></script>
Posted by: Guest on November-15-2021
0

data table in html code

Javascript
1
2
3
$(document).ready(function() {
    $('#example').DataTable();
} );
Posted by: Guest on February-16-2022

Browse Popular Code Answers by Language