From f1dd8c3b34f002fec798eca5e37cbc0ee251413c Mon Sep 17 00:00:00 2001 From: frankknoll Date: Thu, 8 Jun 2023 23:14:59 +0200 Subject: [PATCH] refactoring --- docs/batchCodeTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/batchCodeTable.js b/docs/batchCodeTable.js index 286436e56db..a57399331c3 100644 --- a/docs/batchCodeTable.js +++ b/docs/batchCodeTable.js @@ -77,7 +77,7 @@ class BatchCodeTableInitializer { { width: "1000px", render: function (data, type, row, meta) { - return ""; + return null; }, createdCell: (cell, cellData, row, rowIndex, colIndex) => { const batchcode = row[this.#getColumnIndex('Batch')];