KFHT#37311 Excel export iets cleanere html opleveren zodat hopelijk beter herkend

svn path=/Website/branches/v2016.1/; revision=30227
This commit is contained in:
Jos Groot Lipman
2016-08-08 09:24:21 +00:00
parent 9f56f73800
commit b7fe12e6bb

View File

@@ -189,6 +189,13 @@ function ResultsetTable(params)
isXMLXSL = (this.outputmode == 3);
isCSV = ((this.outputmode == 4) || (((this.outputmode == 2 || this.outputmode == 6) && S("excel_mode")==1)));
this.printFlex = (this.outputmode == 1 || this.outputmode == 2 || this.showProperties) && this.flexModule != null && this.flexId != null;
if (isPrinting || isExcel)
{
this.inlineDetails = null;
this.hasInlineDetails = null;
}
this.columns = new Array();
this.actions = new Array();
if (this.inline || isExcel)