refactoring

This commit is contained in:
frankknoll
2023-08-27 17:21:53 +02:00
parent db7030f271
commit 85550e6c6e
4 changed files with 641 additions and 437 deletions

View File

@@ -62,17 +62,6 @@ class BatchCodeTableInitializer {
this.#getColumnIndex('Company')
]
},
// FK-TODO: make visible again
{
visible: false,
targets:
[
this.#getColumnIndex('Company'),
this.#getColumnIndex('Deaths'),
this.#getColumnIndex('Disabilities'),
this.#getColumnIndex('Life Threatening Illnesses')
]
},
{
render: data => {
const numberInPercent = parseFloat(data);