refactoring
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.11.4/css/jquery.dataTables.css">
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||||
<script type="text/javascript" charset="utf8"
|
||||
src="https://cdn.datatables.net/1.11.4/js/jquery.dataTables.js"></script>
|
||||
src="https://cdn.datatables.net/1.11.4/js/jquery.dataTables.min.js"></script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
$('#table_id').DataTable();
|
||||
$('#batchCodeTable').DataTable();
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
@@ -19,7 +19,7 @@
|
||||
<body>
|
||||
<h1>How Bad is My Batch</h1>
|
||||
<p>
|
||||
<table id="table_id" class="display">
|
||||
<table id="batchCodeTable" class="display">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>VAX_LOT</th>
|
||||
|
||||
Reference in New Issue
Block a user