devMac in wf

This commit is contained in:
jokob-sk
2025-06-07 07:14:04 +10:00
parent d6260e6fb2
commit 1e13bf6629
5 changed files with 13 additions and 7 deletions

View File

@@ -848,7 +848,7 @@ function initializeDatatable (status) {
{targets: [mapIndx(26)],
'createdCell': function (td, cellData, rowData, row, col) {
if (!emptyArr.includes(cellData)){
$(td).html (`<span>${renderCustomProps(cellData, rowData[mapIndx(11)])}<span>`);
$(td).html (`<span>${renderCustomProps(cellData, rowData[mapIndx(11)])}</span>`);
} else {
$(td).html ('');
}