FSN#38754 footer aangepast voor hamburgers

svn path=/Website/trunk/; revision=31996
This commit is contained in:
2016-12-16 13:00:45 +00:00
parent 2c03e29e37
commit 6982582ed4

View File

@@ -918,7 +918,7 @@ function __rsProcessResultset(processParams) // processParams wordt blind aan al
}
}
appender += "</div>";
htmlFoot += "<tr><td class='rsfooter' colspan=" + (columns.length + (hasInlineDetails? 1 : 0) + (!isPrinting && !isExcel && anyMultiActions && !inline? 1 : 0)) + ">" + appender + "</td></tr>";
htmlFoot += "<tr><td class='rsfooter' colspan=" + (columns.length + ((useHamburger && hasInlineActions) ? 1 : 0) + (!isPrinting && !isExcel && anyMultiActions && !inline? 1 : 0)) + ">" + appender + "</td></tr>";
}
if (htmlFoot != "")