#213064 by dvessel: fix sticky table headers bug when resizing

6.x
Gábor Hojtsy 2008-01-23 09:48:10 +00:00
parent 3bfb600ae5
commit 97a97554f1
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ Drupal.behaviors.tableHeader = function (context) {
return;
}
time = setTimeout(function () {
$(headers).each(function () {
$('table.sticky-header').each(function () {
// Force cell width calculation.
this.viewHeight = 0;
tracker(this);