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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user