|
|
|
@ -348,7 +348,7 @@ integrationSearch.fnExcel = (updown) => {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
headerInfo = $("#upTheadTr--${pageName} th").not(".dummy-th").not(":eq(0)").getHeaderInfo();
|
|
|
|
|
headerInfo = $("#upTheadTr--${pageName} th").not(".dummy-th").not(":eq(0)").not(":hidden").getHeaderInfo();
|
|
|
|
|
integrationSearchControl.query.gridType = "up";
|
|
|
|
|
} else {
|
|
|
|
|
if(integrationSearchControl.downdataset.empty){
|
|
|
|
@ -356,7 +356,7 @@ integrationSearch.fnExcel = (updown) => {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
headerInfo = $("#downTheadTr--${pageName} th").not(".dummy-th").not(":eq(0)").getHeaderInfo();
|
|
|
|
|
headerInfo = $("#downTheadTr--${pageName} th").not(".dummy-th").not(":eq(0)").not(":hidden").getHeaderInfo();
|
|
|
|
|
integrationSearchControl.query.gridType = "down";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|