adding "Lethality (%)" column

This commit is contained in:
frankknoll
2022-02-15 02:36:32 +01:00
parent 68669b1543
commit d574c1a6b7
3 changed files with 43 additions and 10 deletions

View File

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