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:
Jos Groot Lipman
2015-05-06 12:55:51 +00:00
parent 6f47e0a7e4
commit 0e603a8da4

View File

@@ -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)