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')];