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">
|
<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 src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||||||
<script type="text/javascript" charset="utf8"
|
<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>
|
<script>
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
$('#table_id').DataTable();
|
$('#batchCodeTable').DataTable();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<h1>How Bad is My Batch</h1>
|
<h1>How Bad is My Batch</h1>
|
||||||
<p>
|
<p>
|
||||||
<table id="table_id" class="display">
|
<table id="batchCodeTable" class="display">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>VAX_LOT</th>
|
<th>VAX_LOT</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user