refactoring

This commit is contained in:
frankknoll
2023-06-08 23:14:59 +02:00
parent f715073eeb
commit f1dd8c3b34

View File

@@ -77,7 +77,7 @@ class BatchCodeTableInitializer {
{ {
width: "1000px", width: "1000px",
render: function (data, type, row, meta) { render: function (data, type, row, meta) {
return ""; return null;
}, },
createdCell: (cell, cellData, row, rowIndex, colIndex) => { createdCell: (cell, cellData, row, rowIndex, colIndex) => {
const batchcode = row[this.#getColumnIndex('Batch')]; const batchcode = row[this.#getColumnIndex('Batch')];