|
|
@ -51,7 +51,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="card-datatable text-nowrap">
|
|
|
|
<div class="card-datatable text-nowrap">
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
|
|
|
|
<div id="table-responsive--${pageName}" class="table-responsive"
|
|
|
|
<div id="table-responsive_0--${pageName}" class="table-responsive"
|
|
|
|
style="overflow-x: scroll;height:300px;overflow-y: scroll;">
|
|
|
|
style="overflow-x: scroll;height:300px;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">
|
|
|
@ -187,7 +187,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="card-datatable text-nowrap">
|
|
|
|
<div class="card-datatable text-nowrap">
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
|
|
|
|
<div id="table-responsive--${pageName}" class="table-responsive"
|
|
|
|
<div id="table-responsive_1--${pageName}" class="table-responsive"
|
|
|
|
style="overflow-x: scroll;height:300px;overflow-y: scroll;">
|
|
|
|
style="overflow-x: scroll;height:300px;overflow-y: scroll;">
|
|
|
|
<table id="DataTables_Table_1--${pageName}"
|
|
|
|
<table id="DataTables_Table_1--${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">
|
|
|
@ -474,8 +474,8 @@ $(document).ready(function(){
|
|
|
|
$("#btnRemove--${pageName}").on('click', () => { $P.fnRemove(); });
|
|
|
|
$("#btnRemove--${pageName}").on('click', () => { $P.fnRemove(); });
|
|
|
|
$("#btnShowDeleted--${pageName}").on('click', () => { $P.fnShowDeleted(); });
|
|
|
|
$("#btnShowDeleted--${pageName}").on('click', () => { $P.fnShowDeleted(); });
|
|
|
|
|
|
|
|
|
|
|
|
$("#DataTables_Table_0--${pageName}").find("th").resizable({handles : "e"});
|
|
|
|
fnMakeResizableTable($("#table-responsive_0--${pageName}")[0]);
|
|
|
|
$("#DataTables_Table_1--${pageName}").find("th").resizable({handles : "e"});
|
|
|
|
fnMakeResizableTable($("#table-responsive_1--${pageName}")[0]);
|
|
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
/**************************************************************************
|
|
|
|
* 초기화
|
|
|
|
* 초기화
|
|
|
|