removing Lethality column from html page

This commit is contained in:
frankknoll
2022-02-15 09:55:22 +01:00
parent d574c1a6b7
commit 7aba936f16
3 changed files with 24 additions and 21 deletions

View File

@@ -31,11 +31,7 @@
[
{
searchable: false,
targets: [1, 2, 3, 4, 5, 6]
},
{
render: (data, type, row) => data.toFixed(2) + " %",
targets: [6]
targets: [1, 2, 3, 4, 5]
}
]
});
@@ -68,7 +64,6 @@
<th>Disabilities</th>
<th>Life Threatening Illnesses</th>
<th>Company</th>
<th>Lethality (%)</th>
</tr>
</thead>
</table>