Merge branch 'advc' of http://hylee@vcs.iten.co.kr:9999/hylee/mjon_git into advc
This commit is contained in:
commit
2b1269ac28
@ -97,7 +97,13 @@ $(document).ready(function(){
|
|||||||
colIdx = colIdx / 2;
|
colIdx = colIdx / 2;
|
||||||
colIdx = colIdx - 1;
|
colIdx = colIdx - 1;
|
||||||
|
|
||||||
$(".select_adr_hd div").eq(colIdx).width(colWid);
|
if(titleIndex != 0){
|
||||||
|
$(".select_adr_hd div").eq(colIdx).width(colWid);
|
||||||
|
console.log("d1")
|
||||||
|
}else{
|
||||||
|
console.log("a1")
|
||||||
|
$(".select_adr_hd div").eq(0).width(colWid+40);
|
||||||
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
@ -72,7 +72,11 @@ $(document).ready(function(){
|
|||||||
console.log(titleIndex)
|
console.log(titleIndex)
|
||||||
if(titleIndex != 0){
|
if(titleIndex != 0){
|
||||||
$('.select_adr_hd>div').eq(titleIndex).css('width', column._column.width);
|
$('.select_adr_hd>div').eq(titleIndex).css('width', column._column.width);
|
||||||
}else{}
|
console.log("d")
|
||||||
|
}else{
|
||||||
|
console.log("a")
|
||||||
|
$('.select_adr_hd>div').eq(0).css('width', column._column.width + 40);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$tableExcel.on("scrollHorizontal",function(left){
|
$tableExcel.on("scrollHorizontal",function(left){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user