removing Lethality column from html page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user