adding summary column

This commit is contained in:
frankknoll
2023-03-10 22:06:14 +01:00
parent bc03ef5277
commit e3c6785513
4 changed files with 59 additions and 18 deletions

View File

@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Vaccine Distribution by Zipcode</title>
<title>Pfizer Vaccine Distribution by ZIP Code</title>
<link href="https://cdn.datatables.net/1.13.1/css/jquery.dataTables.css" rel="stylesheet" type="text/css" />
<link href="batchCodeTable.css" rel="stylesheet" type="text/css" />
<link href="forkMeOnGitHub.css" rel="stylesheet" type="text/css" />
@@ -28,16 +28,14 @@
<body>
<span id="forkongithub"><a href="https://github.com/KnollFrank/HowBadIsMyBatch">Fork me on GitHub</a></span>
<h1>Vaccine Distribution by Zipcode</h1>
<h1>Pfizer Vaccine Distribution by ZIP Code</h1>
<table class="display" id="vaccineDistributionByZipcodeTable">
<thead>
<tr>
<th>PROVIDER_NAME</th>
<th>ZIPCODE_SHP</th>
<th>LOT_NUMBER</th>
<th>DOSES_SHIPPED</th>
<th>OVERALL_DOSES_SHIPPED</th>
<th>Adverse Reaction Reports</th>
<th>Provider</th>
<th>ZIP Code</th>
<th>Lot Number</th>
<th>Summary</th>
</tr>
</thead>
</table>