2,851
edits
No edit summary |
No edit summary |
||
Line 50: | Line 50: | ||
local cellValue = study.biomarkers[bm.key] or "" | local cellValue = study.biomarkers[bm.key] or "" | ||
if cellValue == "x" then | if cellValue == "x" then | ||
cellValue = 'style="background-color:gray;" | ' .. cellValue | cellValue = 'style="background-color:gray; display: none;" | ' .. cellValue | ||
elseif cellValue ~= "" then | elseif cellValue ~= "" then | ||
cellValue = 'style="background-color:gray;" | ' .. cellValue | cellValue = 'style="background-color:gray;" | ' .. cellValue |