|
|
@ -143,7 +143,7 @@
|
|
|
|
style="overflow-x: scroll;height:500px;overflow-y: scroll;">
|
|
|
|
style="overflow-x: scroll;height:500px;overflow-y: scroll;">
|
|
|
|
<table id="DataTables_Table_0--${pageName}"
|
|
|
|
<table id="DataTables_Table_0--${pageName}"
|
|
|
|
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
<thead class="sticky-thead bg-light">
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
<tr id="crdnThead--${pageName}"
|
|
|
|
<tr id="crdnThead--${pageName}"
|
|
|
|
data-by="by--${pageName}" data-by-output="byOutput--${pageName}"
|
|
|
|
data-by="by--${pageName}" data-by-output="byOutput--${pageName}"
|
|
|
|
data-main-option="mainOption--${pageName}" data-sub-option="subOption--${pageName}">
|
|
|
|
data-main-option="mainOption--${pageName}" data-sub-option="subOption--${pageName}">
|
|
|
@ -343,6 +343,8 @@ $(document).ready(function(){
|
|
|
|
renderForTask("frmSearch--${pageName}", clsForTask);
|
|
|
|
renderForTask("frmSearch--${pageName}", clsForTask);
|
|
|
|
|
|
|
|
|
|
|
|
//업무별 그리드
|
|
|
|
//업무별 그리드
|
|
|
|
|
|
|
|
$("#DataTables_Table_0--${pageName}").find("th").resizable( "destroy" );
|
|
|
|
|
|
|
|
|
|
|
|
var colsContent = document.getElementById("crdnCols--${pageName}").content;
|
|
|
|
var colsContent = document.getElementById("crdnCols--${pageName}").content;
|
|
|
|
var cols = $(colsContent).find("."+clsForTask+",.cmn");
|
|
|
|
var cols = $(colsContent).find("."+clsForTask+",.cmn");
|
|
|
|
var colsStr = "";
|
|
|
|
var colsStr = "";
|
|
|
@ -350,6 +352,8 @@ $(document).ready(function(){
|
|
|
|
colsStr += this.outerHTML;
|
|
|
|
colsStr += this.outerHTML;
|
|
|
|
});
|
|
|
|
});
|
|
|
|
$("#crdnThead--${pageName}").html(colsStr);
|
|
|
|
$("#crdnThead--${pageName}").html(colsStr);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$("#DataTables_Table_0--${pageName}").find("th").resizable({handles : "e"});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$P.refreshCrdnList = () => {
|
|
|
|
$P.refreshCrdnList = () => {
|
|
|
@ -468,7 +472,7 @@ $(document).ready(function(){
|
|
|
|
$('#btnReset--${pageName}').on('click', () => $P.fnReset());
|
|
|
|
$('#btnReset--${pageName}').on('click', () => $P.fnReset());
|
|
|
|
$('#btnSearch--${pageName}').on('click', () => $P.searchCrdnList());
|
|
|
|
$('#btnSearch--${pageName}').on('click', () => $P.searchCrdnList());
|
|
|
|
$("#table-responsive--${pageName}").scroll(function(){ $P.scrollEnd(this); });
|
|
|
|
$("#table-responsive--${pageName}").scroll(function(){ $P.scrollEnd(this); });
|
|
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
/**************************************************************************
|
|
|
|
* 초기화
|
|
|
|
* 초기화
|
|
|
|
**************************************************************************/
|
|
|
|
**************************************************************************/
|
|
|
@ -480,8 +484,7 @@ $(document).ready(function(){
|
|
|
|
$P.fnResetAndChangeBiz(defaultBizValue);
|
|
|
|
$P.fnResetAndChangeBiz(defaultBizValue);
|
|
|
|
|
|
|
|
|
|
|
|
fn_securityModeToggle($("#securityMode--top").is(":checked")); //보안모드
|
|
|
|
fn_securityModeToggle($("#securityMode--top").is(":checked")); //보안모드
|
|
|
|
|
|
|
|
|
|
|
|
$("#DataTables_Table_0--${pageName}").find("th").resizable({handles : "e"});
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|