PLAT#55886 Sorteren elementenlijst (objectenlijst) op Complex-Cluster geeft header fout
svn path=/Website/branches/v2018.2/; revision=40446
This commit is contained in:
@@ -1170,7 +1170,8 @@ function __rsMakeTableHeader(oRs, oRsFlexData, anyMultiActions)
|
||||
}
|
||||
if (!(isExcel && columns[i].hidden))
|
||||
{
|
||||
if (columns[i].combine && columns[i].caption && !isPrinting)
|
||||
var combine_caption = columns[i].caption.replace(/^\s+|\s+$/g,""); // trim spaces: functie trim() werkt niet server-side!
|
||||
if (columns[i].combine && combine_caption && !isPrinting)
|
||||
html += "<br>";
|
||||
html += columns[i].caption;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user