#213064 by dvessel: fix sticky table headers bug when resizing
parent
3bfb600ae5
commit
97a97554f1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue