|
|
|
|
@ -52,7 +52,7 @@
|
|
|
|
|
|
|
|
|
|
<div class="card-datatable text-nowrap">
|
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
|
|
|
|
|
<div name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-500">
|
|
|
|
|
<div name="table-responsive" class="table-responsive h-px-500">
|
|
|
|
|
<table name="layoutTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
|
<tr><th style="width: 80px;">No.</th>
|
|
|
|
|
@ -61,7 +61,6 @@
|
|
|
|
|
<th style="width: 240px;">파일형식</th>
|
|
|
|
|
<th style="width: 160px;">업체명</th>
|
|
|
|
|
<th style="width: 160px;">업체명(연계)</th>
|
|
|
|
|
<th class="cmn dummy-th"></th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody name="layoutTbody">
|
|
|
|
|
@ -74,11 +73,10 @@
|
|
|
|
|
<td onclick ondblclick class="text-center">DATA_FILE_SE_NM</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">ENT_NM</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">LINK_ENT_NM</td>
|
|
|
|
|
<td class="dummy-td cmn"></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
<template name="layoutNotFound">
|
|
|
|
|
<tr><td valign="top" colspan="7" class="dataTables_empty text-center">
|
|
|
|
|
<tr><td valign="top" colspan="6" class="dataTables_empty text-center">
|
|
|
|
|
레이아웃 정보를 찾지 못했습니다.
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|