FSN#32673 Lege TD bij flex minder onderdrukken, kan nodig zijn voor de kleuring
svn path=/Website/branches/v2015.1/; revision=25120
This commit is contained in:
@@ -616,9 +616,8 @@ function addFlexKenmerkKolommen(oRsFlexData, lthis, params)
|
||||
}
|
||||
}
|
||||
}
|
||||
if (lhtml.length)
|
||||
return "<td>" + lhtml.join(isExcel?"</td><td>":"<br>") + "</td>";
|
||||
return "";
|
||||
// Altijd minstens lege td voor de kleuring
|
||||
return "<td>" + lhtml.join(isExcel?"</td><td>":"<br>") + "</td>";
|
||||
}
|
||||
|
||||
function getFlexData(theSqlFlex, flexKey, showProperties)
|
||||
|
||||
Reference in New Issue
Block a user