continuing
This commit is contained in:
@@ -62,6 +62,17 @@ class BatchCodeTableInitializer {
|
|||||||
this.#getColumnIndex('Company')
|
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 => {
|
render: data => {
|
||||||
const numberInPercent = parseFloat(data);
|
const numberInPercent = parseFloat(data);
|
||||||
|
|||||||
Reference in New Issue
Block a user