This commit is contained in:
daitingting
2024-01-25 08:06:30 +00:00
parent 136f43cd7f
commit 318a8bd5ba
+3
View File
@@ -45,6 +45,9 @@ window.renderCell = function(result, info)
result[0] = {html: '<span class="label danger-pale rounded-full size-sm">' + result + '</span>'};
}
}
if(info.col.name == 'confirmed' && info.row.data.confirmed == 0) result[0] = {html: '<span class="text-gray">' + result[0] + '</span>'};
return result;
}