displaying 'Doses Shipped' column as number

This commit is contained in:
frankknoll
2023-06-25 00:34:52 +02:00
parent e75c8305dc
commit 38057742bc

View File

@@ -31,6 +31,10 @@ class VaccineDistributionByZipcodeTableInitializer {
this.#getColumnIndex('Lot Number'),
]
},
{
render: DataTable.render.number(),
target: this.#getColumnIndex('Doses Shipped')
}
]
});
}