d
This commit is contained in:
parent
fa2bb99243
commit
bbaf7b4baf
@ -92,6 +92,9 @@ define(["jquery"], function ($) {
|
|||||||
$("#button_container").css('position', 'absolute');
|
$("#button_container").css('position', 'absolute');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$('#heatcalc tbody th').css("left", $("#table_container").scrollLeft());
|
||||||
|
$('#heatcalc thead th:nth-child(1)').css("left", $("#table_container").scrollLeft());
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
buttonOffset = $('#button_container').offset().top;
|
buttonOffset = $('#button_container').offset().top;
|
||||||
@ -102,11 +105,9 @@ define(["jquery"], function ($) {
|
|||||||
}else{
|
}else{
|
||||||
$("#button_container").css('top', 0);
|
$("#button_container").css('top', 0);
|
||||||
$("#heatcalc thead th").css('top', 0);
|
$("#heatcalc thead th").css('top', 0);
|
||||||
}
|
}*/
|
||||||
|
|
||||||
|
|
||||||
$('#heatcalc tbody th').css("left", $("#table_container").scrollLeft());
|
|
||||||
$('#heatcalc thead th:nth-child(1)').css("left", $("#table_container").scrollLeft());
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function draw_table(){
|
function draw_table(){
|
||||||
|
Loading…
Reference in New Issue
Block a user