FSN#51558 Floatingheader row width negeren en het laten afhangen van de cell widths

svn path=/Website/branches/v2017.2/; revision=36377
This commit is contained in:
2017-12-14 12:48:17 +00:00
parent 1bc4c59264
commit 46b6e55c66

View File

@@ -486,7 +486,7 @@ function updateTableHeaders() {
var floatingHeaderRow = $(".tableFloatingHeader", this);
// Copy row width from whole table
floatingHeaderRow.css("width", originalHeaderRow.width());
// floatingHeaderRow.css("width", originalHeaderRow.width()); FSN#51558 disabled (superfluous?)
// Copy cell widths from original header cells
var originalHeaderRowChildren = $(originalHeaderRow).find("TH, TD");