d
This commit is contained in:
parent
38bf01829e
commit
b811c38087
@ -64,11 +64,11 @@ define(["jquery"], function ($) {
|
||||
|
||||
function check_scroll(){
|
||||
//
|
||||
$("#hc_table thead.table").find('tr')[0].children().each(function(i, e){
|
||||
$($("#hc_table thead.fixed").find('tr')[0].children()[i]).css('display','block').width($(e).width());
|
||||
$("#hc_table thead.table").find('tr').eq(0).children().each(function(i, e){
|
||||
$($("#hc_table thead.fixed").find('tr').eq(0).children()[i]).css('display','block').width($(e).width());
|
||||
});
|
||||
$("#hc_table thead.table").find('tr')[1].children().each(function(i, e){
|
||||
$($("#hc_table thead.fixed").find('tr')[1].children()[i]).css('display','block').width($(e).width());
|
||||
$("#hc_table thead.table").find('tr').eq(1).children().each(function(i, e){
|
||||
$($("#hc_table thead.fixed").find('tr').eq(1).children()[i]).css('display','block').width($(e).width());
|
||||
});
|
||||
|
||||
// make sure the left/right buttons are hidden if already at far left/right
|
||||
|
Loading…
Reference in New Issue
Block a user