소스 정리

main
이범준 3 months ago
parent f2395c65a9
commit b182516f99

@ -8,9 +8,8 @@
<div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div class="table-responsive"
style="overflow-x: scroll;height:500px;overflow-y: scroll;">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<div class="table-responsive" style="overflow-x: scroll;height:500px;overflow-y: scroll;">
<table name="backupSggTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead">
<tr data-key="{SGG_CD}">
<th style="width: 50px;"></th>

@ -71,7 +71,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">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<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>

@ -188,7 +188,7 @@
<div class="card-datatable text-nowrap area-photoinspection">
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="photoInspection-responsive" class="table-responsive ox-scroll oy-scroll h-px-200">
<table name="photoInspection_Table_0"
<table name="photoInspectionTable"
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead">
<tr data-search-target="[data-doctx='${pageName}']">
@ -269,7 +269,7 @@
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="sameVehicleInspectionMain-responsive"
class="table-responsive ox-scroll oy-scroll h-px-400 w-px-350">
<table name="sameVehicleInspectionMain_Table_0"
<table name="sameVehicleInspectionMainTable"
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead">
<tr data-search-target="[data-doctx='${pageName}']">
@ -307,7 +307,7 @@
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="sameVehicleInspectionSub-responsive"
class="table-responsive ox-scroll oy-scroll h-px-400 w-px-1000">
<table name="sameVehicleInspectionSub_Table_0"
<table name="sameVehicleInspectionSubTable"
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead">
<tr data-search-target="[data-doctx='${pageName}']">
@ -617,7 +617,7 @@ $(document).ready(function(){
}
var cellDefs = AppSupport.getCellDefs(
$P.$findn("photoInspection_Table_0").find("thead th").not(".dummy-th").not(":eq(0)"),
$P.$findn("photoInspectionTable").find("thead th").not(".dummy-th").not(":eq(0)"),
$($P.findn("photoInspectionRow").content).find("td").not(".dummy-td").not(":eq(0)")
);
ctrl.query.cellDefs = cellDefs;
@ -637,7 +637,7 @@ $(document).ready(function(){
if(excelTarget == "main"){
var cellDefs = AppSupport.getCellDefs(
$P.$findn("sameVehicleInspectionMain_Table_0").find("thead th").not(".dummy-th"),
$P.$findn("sameVehicleInspectionMainTable").find("thead th").not(".dummy-th"),
$($P.findn("sameVehicleInspectionMainRow").content).find("td").not(".dummy-td")
);
alt.query.cellDefs = cellDefs;
@ -646,7 +646,7 @@ $(document).ready(function(){
} else if(excelTarget == "sub"){
var cellDefs = AppSupport.getCellDefs(
$P.$findn("sameVehicleInspectionSub_Table_0").find("thead th").not(".dummy-th"),
$P.$findn("sameVehicleInspectionSubTable").find("thead th").not(".dummy-th"),
$($P.findn("sameVehicleInspectionSubRow").content).find("td").not(".dummy-td"),
FimsSupport.getCellDefsForPrivacyCell
);

@ -59,7 +59,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-600">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer" >
<table name="crdnTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer" >
<thead class="sticky-thead">
<tr name="crdnTheadTr" data-search-target="[data-doctx='${pageName}']">
<th style="width: 100px;">No.</th>

@ -56,7 +56,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-600">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<table name="crdnTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead">
<tr name="crdnTheadTr">
<th style="width: 80px;">No.</th>

@ -57,87 +57,84 @@
<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-550">
<span>
<table
class="datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead">
<tr>
<th style="min-width: 80px;">단속자료</th>
<th style="min-width: 80px;" title="더블클릭시 축소/확대 됩니다."
class="downsize" ondblclick="FimsSupport.fnDownsizeToggle(this);" href="#">
파일명 <i class='bx bx-expand'></i>
</th>
<th style="min-width: 80px;">타임스탬프</th>
<th style="min-width: 80px;">파일사이즈</th>
<th style="min-width: 80px;">파일확장자</th>
<th style="min-width: 80px;">파일상태</th>
<th style="min-width: 80px;">총사진갯수</th>
<th style="min-width: 80px;">파일순번</th>
<th style="min-width: 80px;">장비코드</th>
<th style="min-width: 80px;">차량번호</th>
<th style="min-width: 80px;">사진구분명</th>
<th style="min-width: 80px;">업체코드</th>
<th style="min-width: 80px;">위반내용</th>
<th style="min-width: 80px;">차량속도</th>
<th style="min-width: 80px;">번호판위치x</th>
<th style="min-width: 80px;">번호판위치y</th>
<th style="min-width: 80px;">번호판width</th>
<th style="min-width: 80px;">번호판height</th>
<th style="min-width: 80px;">위치좌표x</th>
<th style="min-width: 80px;">위치좌표y</th>
<th style="min-width: 80px;">날짜</th>
<th style="min-width: 80px;">시간</th>
<th style="min-width: 80px;">단속시작시간</th>
<th style="min-width: 80px;">단속종료시간</th>
<th style="min-width: 80px;">어린이보호구역</th>
<th style="min-width: 80px;">단속장소명</th>
<th style="min-width: 80px;">단속법정동</th>
<th style="min-width: 80px;">단속장소(주소)</th>
</tr>
</thead>
<tbody></tbody>
<template is="curly-brackets" class="found">
<tr data-index="DATA-INDEX">
<td onclick ondblclick class="text-center">TEMP_GROUP_ID</td>
<td onclick ondblclick title="{FILE_NAME}"
class="text-start text-truncate max-w-th">FILE_NAME</td>
<td onclick ondblclick class="text-center">FILE_LAST_MODIFIED</td>
<td onclick ondblclick class="text-center">FILE_SIZE</td>
<td onclick ondblclick class="text-start">FILE_EXTENSION</td>
<td onclick ondblclick class="text-start">FILE_STATUS_NM</td>
<td onclick ondblclick class="text-end">PHOTO_CNT</td>
<td onclick ondblclick class="text-center">FILE_SEQ</td>
<td onclick ondblclick class="text-center">EQPMNT_CD</td>
<td onclick ondblclick class="text-start">VHRNO</td>
<td onclick ondblclick class="text-start">PHOTO_TYPE_NM</td>
<td onclick ondblclick class="text-center">BZENTY_CD</td>
<td onclick ondblclick class="text-start">VLTN_NM</td>
<td onclick ondblclick class="text-center">CAR_VELOCITY</td>
<td onclick ondblclick class="text-end">MOSC_X</td>
<td onclick ondblclick class="text-end">MOSC_Y</td>
<td onclick ondblclick class="text-end">PLATE_WIDTH</td>
<td onclick ondblclick class="text-end">PLATE_HEIGHT</td>
<td onclick ondblclick class="text-end">GPS_X</td>
<td onclick ondblclick class="text-end">GPS_Y</td>
<td onclick ondblclick class="text-center">CRDN_YMD</td>
<td onclick ondblclick class="text-center">CRDN_TM</td>
<td onclick ondblclick class="text-center">CRDN_BGNG_TM</td>
<td onclick ondblclick class="text-center">CRDN_END_TM</td>
<td onclick ondblclick class="text-start">CRDN_SPAREA_NM</td>
<td onclick ondblclick class="text-start">CRDN_PLC</td>
<td onclick ondblclick class="text-start">CRDN_STDG_NM</td>
<td onclick ondblclick class="text-start">CRDN_ROAD_NM</td>
</tr>
</template>
<template class="notFound">
<tr>
<td valign="top" colspan="28" class="dataTables_empty text-center">
정보를 찾지 못했습니다.
</td>
</tr>
</template>
</table>
</span>
<table name="table" class="datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead">
<tr>
<th style="min-width: 80px;">단속자료</th>
<th style="min-width: 80px;" title="더블클릭시 축소/확대 됩니다."
class="downsize" ondblclick="FimsSupport.fnDownsizeToggle(this);" href="#">
파일명 <i class='bx bx-expand'></i>
</th>
<th style="min-width: 80px;">타임스탬프</th>
<th style="min-width: 80px;">파일사이즈</th>
<th style="min-width: 80px;">파일확장자</th>
<th style="min-width: 80px;">파일상태</th>
<th style="min-width: 80px;">총사진갯수</th>
<th style="min-width: 80px;">파일순번</th>
<th style="min-width: 80px;">장비코드</th>
<th style="min-width: 80px;">차량번호</th>
<th style="min-width: 80px;">사진구분명</th>
<th style="min-width: 80px;">업체코드</th>
<th style="min-width: 80px;">위반내용</th>
<th style="min-width: 80px;">차량속도</th>
<th style="min-width: 80px;">번호판위치x</th>
<th style="min-width: 80px;">번호판위치y</th>
<th style="min-width: 80px;">번호판width</th>
<th style="min-width: 80px;">번호판height</th>
<th style="min-width: 80px;">위치좌표x</th>
<th style="min-width: 80px;">위치좌표y</th>
<th style="min-width: 80px;">날짜</th>
<th style="min-width: 80px;">시간</th>
<th style="min-width: 80px;">단속시작시간</th>
<th style="min-width: 80px;">단속종료시간</th>
<th style="min-width: 80px;">어린이보호구역</th>
<th style="min-width: 80px;">단속장소명</th>
<th style="min-width: 80px;">단속법정동</th>
<th style="min-width: 80px;">단속장소(주소)</th>
</tr>
</thead>
<tbody></tbody>
<template is="curly-brackets" class="found">
<tr data-index="DATA-INDEX">
<td onclick ondblclick class="text-center">TEMP_GROUP_ID</td>
<td onclick ondblclick title="{FILE_NAME}"
class="text-start text-truncate max-w-th">FILE_NAME</td>
<td onclick ondblclick class="text-center">FILE_LAST_MODIFIED</td>
<td onclick ondblclick class="text-center">FILE_SIZE</td>
<td onclick ondblclick class="text-start">FILE_EXTENSION</td>
<td onclick ondblclick class="text-start">FILE_STATUS_NM</td>
<td onclick ondblclick class="text-end">PHOTO_CNT</td>
<td onclick ondblclick class="text-center">FILE_SEQ</td>
<td onclick ondblclick class="text-center">EQPMNT_CD</td>
<td onclick ondblclick class="text-start">VHRNO</td>
<td onclick ondblclick class="text-start">PHOTO_TYPE_NM</td>
<td onclick ondblclick class="text-center">BZENTY_CD</td>
<td onclick ondblclick class="text-start">VLTN_NM</td>
<td onclick ondblclick class="text-center">CAR_VELOCITY</td>
<td onclick ondblclick class="text-end">MOSC_X</td>
<td onclick ondblclick class="text-end">MOSC_Y</td>
<td onclick ondblclick class="text-end">PLATE_WIDTH</td>
<td onclick ondblclick class="text-end">PLATE_HEIGHT</td>
<td onclick ondblclick class="text-end">GPS_X</td>
<td onclick ondblclick class="text-end">GPS_Y</td>
<td onclick ondblclick class="text-center">CRDN_YMD</td>
<td onclick ondblclick class="text-center">CRDN_TM</td>
<td onclick ondblclick class="text-center">CRDN_BGNG_TM</td>
<td onclick ondblclick class="text-center">CRDN_END_TM</td>
<td onclick ondblclick class="text-start">CRDN_SPAREA_NM</td>
<td onclick ondblclick class="text-start">CRDN_PLC</td>
<td onclick ondblclick class="text-start">CRDN_STDG_NM</td>
<td onclick ondblclick class="text-start">CRDN_ROAD_NM</td>
</tr>
</template>
<template class="notFound">
<tr>
<td valign="top" colspan="28" class="dataTables_empty text-center">
정보를 찾지 못했습니다.
</td>
</tr>
</template>
</table>
</div>
</div>
</div>

@ -179,7 +179,7 @@
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive"
class="table-responsive ox-scroll oy-scroll h-px-500">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<table name="crdnTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead">
<tr name="crdnThead" data-search-target="[data-doctx='${pageName}']">
</tr>

@ -50,7 +50,7 @@
<div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive_0" class="table-responsive ox-scroll oy-scroll h-px-300">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<table name="useTeamTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead">
<tr name="useTeamTheadTr">
<th style="width: 160px;">단속조</th>
@ -184,8 +184,7 @@
<div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive_1" class="table-responsive ox-scroll oy-scroll h-px-300">
<table name="DataTables_Table_1"
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<table name="delTeamTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead">
<tr name="delTeamTheadTr">
<th style="width: 200px;">단속조</th>

@ -59,7 +59,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-600">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<table name="exmptnVhclTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead">
<tr name="exmptnVhclTheadTr">
<th style="width: 80px;">No.</th>

@ -7,7 +7,7 @@
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive"
class="table-responsive ox-scroll oy-scroll h-px-550">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<table name="exmptnVhclTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead">
<tr name="exmptnVhclTheadTr">
<th style="width: 80px;">No.</th>

@ -130,7 +130,7 @@
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive"
class="table-responsive ox-scroll oy-scroll h-px-500">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<table name="crdnTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead name="crdnThead" class="sticky-thead">
<tr data-search-target="[data-doctx='${pageName}']">
<th style="width: 80px;">No.</th>

@ -149,7 +149,7 @@
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive"
class="table-responsive ox-scroll oy-scroll h-px-500">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<table name="crdnTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead name="crdnThead" class="sticky-thead">
<tr data-search-target="[data-doctx='${pageName}']">
<th style="width: 80px;">No.</th>

@ -127,7 +127,7 @@
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive"
class="table-responsive ox-scroll oy-scroll h-px-500">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<table name="crdnTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead name="crdnThead" class="sticky-thead">
<tr data-search-target="[data-doctx='${pageName}']">
<th style="width: 80px;">No.</th>

@ -71,7 +71,7 @@
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive"
class="table-responsive ox-scroll oy-scroll h-px-600">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<table name="dmndTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead name="dmndThead" class="sticky-thead">
<tr data-search-target="[data-doctx='${pageName}']">
<th style="width: 80px;">No.</th>

@ -116,7 +116,7 @@
<span class="area-answerbody area-levy">
<div class="table-responsive oy-auto h-100"
style="width:470px;">
<table class="datatables-ajax table table-bordered dataTable no-footer">
<table name="vltnTable" class="datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead">
<tr>
<th style="width:50px;"></th>
@ -146,7 +146,7 @@
<span class="area-answerbody area-warning">
<div class="table-responsive oy-auto h-100"
style="width:470px;">
<table class="datatables-ajax table table-bordered dataTable no-footer">
<table name="warningTable" class="datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead">
<tr>
<th style="width:50px;"></th>
@ -176,7 +176,7 @@
<span class="area-answerbody area-nonlevy">
<div class="table-responsive oy-auto h-100"
style="width:470px;">
<table class="datatables-ajax table table-bordered dataTable no-footer">
<table name="nonlevyTable" class="datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead">
<tr>
<th style="width:50px;"></th>

@ -39,7 +39,7 @@
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div class="table-responsive oy-auto h-100"
style="width:470px;">
<table class="datatables-ajax table table-bordered dataTable no-footer">
<table name="warningWordsTable" class="datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead">
<tr>
<th style="width:50px;"></th>

@ -52,8 +52,7 @@
<div class="card-datatable text-nowrap">
<div name="DataTables_Table_0_wrapper" class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-500">
<table name="DataTables_Table_0"
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<table name="ntcTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead">
<tr name="ntcThead">
<th style="width: 80px;" class="cmn">No.</th>

@ -70,7 +70,7 @@
<div class="card-datatable text-nowrap">
<div name="DataTables_Table_0_wrapper" class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-500">
<table name="DataTables_Table_0"
<table name="deptTable"
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead">
<tr name="deptThead">

@ -121,8 +121,7 @@
<div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive-up" class="table-responsive ox-scroll oy-scroll h-px-300">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer"
name="upTable" aria-describedby="DataTables_Table_0_info">
<table name="upTable" class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer">
<thead class="sticky-thead">
<tr name="upTheadTr" data-search-target="[data-doctx='${pageName}']"></tr>
</thead>

@ -119,8 +119,7 @@
<div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive-down" class="table-responsive ox-scroll oy-scroll h-px-250">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer"
name="downTable" aria-describedby="DataTables_Table_0_info">
<table name="downTable" class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer">
<thead class="sticky-thead">
<tr name="downTheadTr" data-search-target="[data-doctx='${pageName}']"></tr>
</thead>

@ -130,8 +130,7 @@
<div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div class="table-responsive ox-scroll oy-scroll h-px-350">
<table name="masterTable"
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<table name="masterTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead">
<tr name="masterThead">
</tr>
@ -149,8 +148,7 @@
<div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div class="table-responsive ox-scroll oy-scroll h-px-350">
<table name="detailTable"
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<table name="detailTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead">
<tr name="detailThead">
</tr>

@ -68,10 +68,8 @@
</div>
<div class="card-datatable text-nowrap mb-3">
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="scrollUnique"
class="table-responsive ox-scroll oy-scroll h-px-300">
<table name="tableUnique"
class="table-layout-fixed compress-cell dataTable table table-bordered">
<div name="scrollUnique" class="table-responsive ox-scroll oy-scroll h-px-300">
<table name="tableUnique" class="table-layout-fixed compress-cell dataTable table table-bordered">
<thead class="sticky-thead" name="theadUnique">
</thead>
<tbody name="tbodyUnique">
@ -94,10 +92,8 @@
</div>
<div class="card-datatable text-nowrap mb-3">
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="scrollMultiple"
class="table-responsive ox-scroll oy-scroll h-px-300">
<table name="tableMultiple"
class="table-layout-fixed compress-cell dataTable table table-bordered">
<div name="scrollMultiple" class="table-responsive ox-scroll oy-scroll h-px-300">
<table name="tableMultiple" class="table-layout-fixed compress-cell dataTable table table-bordered">
<thead class="sticky-thead" name="theadMultiple">
</thead>
<tbody name="tbodyMultiple">

@ -69,10 +69,8 @@
</div>
<div class="card-datatable text-nowrap mb-3">
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="scrollPredefined"
class="table-responsive ox-scroll oy-scroll h-px-300">
<table name="tablePredefined"
class="table-layout-fixed compress-cell dataTable table table-bordered">
<div name="scrollPredefined" class="table-responsive ox-scroll oy-scroll h-px-300">
<table name="tablePredefined" class="table-layout-fixed compress-cell dataTable table table-bordered">
<thead class="sticky-thead" name="theadPredefined">
</thead>
<tbody name="tbodyPredefined">
@ -93,10 +91,8 @@
</div>
<div class="card-datatable text-nowrap mb-3">
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="scrollCustom"
class="table-responsive ox-scroll oy-scroll h-px-300">
<table name="tableCustom"
class="table-layout-fixed compress-cell dataTable table table-bordered">
<div name="scrollCustom" class="table-responsive ox-scroll oy-scroll h-px-300">
<table name="tableCustom" class="table-layout-fixed compress-cell dataTable table table-bordered">
<thead class="sticky-thead" name="theadCustom">
</thead>
<tbody name="tbodyCustom">

Loading…
Cancel
Save