Scroller: thead width now set in IE. Fixes #637

This commit is contained in:
Mottie 2014-06-03 07:16:00 -05:00
parent a880fc5867
commit 9375ce6b1f

View File

@ -156,6 +156,7 @@ ts.addWidget({
});
$hdr.width($tbl.innerWidth());
$hdr.parent().width($tbl.innerWidth());
$div.show();
};