refactoring
This commit is contained in:
@@ -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')];
|
||||||
|
|||||||
Reference in New Issue
Block a user