소스 정리

main
이범준 3 months ago
parent f2395c65a9
commit b182516f99

@ -8,9 +8,8 @@
<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 class="table-responsive" <div class="table-responsive" style="overflow-x: scroll;height:500px;overflow-y: scroll;">
style="overflow-x: scroll;height:500px;overflow-y: scroll;"> <table name="backupSggTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr data-key="{SGG_CD}"> <tr data-key="{SGG_CD}">
<th style="width: 50px;"></th> <th style="width: 50px;"></th>

@ -71,7 +71,7 @@
<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 name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-500"> <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"> <thead class="sticky-thead">
<tr> <tr>
<th style="width: 80px;">No.</th> <th style="width: 80px;">No.</th>

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

@ -59,7 +59,7 @@
<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 name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-600"> <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"> <thead class="sticky-thead">
<tr name="crdnTheadTr" data-search-target="[data-doctx='${pageName}']"> <tr name="crdnTheadTr" data-search-target="[data-doctx='${pageName}']">
<th style="width: 100px;">No.</th> <th style="width: 100px;">No.</th>

@ -56,7 +56,7 @@
<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 name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-600"> <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"> <thead class="sticky-thead">
<tr name="crdnTheadTr"> <tr name="crdnTheadTr">
<th style="width: 80px;">No.</th> <th style="width: 80px;">No.</th>

@ -57,9 +57,7 @@
<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 name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-550"> <div name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-550">
<span> <table name="table" class="datatables-ajax table table-bordered dataTable no-footer">
<table
class="datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr> <tr>
<th style="min-width: 80px;">단속자료</th> <th style="min-width: 80px;">단속자료</th>
@ -137,7 +135,6 @@
</tr> </tr>
</template> </template>
</table> </table>
</span>
</div> </div>
</div> </div>
</div> </div>

@ -179,7 +179,7 @@
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive" <div name="table-responsive"
class="table-responsive ox-scroll oy-scroll h-px-500"> 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"> <thead class="sticky-thead">
<tr name="crdnThead" data-search-target="[data-doctx='${pageName}']"> <tr name="crdnThead" data-search-target="[data-doctx='${pageName}']">
</tr> </tr>

@ -50,7 +50,7 @@
<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 name="table-responsive_0" class="table-responsive ox-scroll oy-scroll h-px-300"> <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"> <thead class="sticky-thead">
<tr name="useTeamTheadTr"> <tr name="useTeamTheadTr">
<th style="width: 160px;">단속조</th> <th style="width: 160px;">단속조</th>
@ -184,8 +184,7 @@
<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 name="table-responsive_1" class="table-responsive ox-scroll oy-scroll h-px-300"> <div name="table-responsive_1" class="table-responsive ox-scroll oy-scroll h-px-300">
<table name="DataTables_Table_1" <table name="delTeamTable" 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"> <thead class="sticky-thead">
<tr name="delTeamTheadTr"> <tr name="delTeamTheadTr">
<th style="width: 200px;">단속조</th> <th style="width: 200px;">단속조</th>

@ -59,7 +59,7 @@
<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 name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-600"> <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"> <thead class="sticky-thead">
<tr name="exmptnVhclTheadTr"> <tr name="exmptnVhclTheadTr">
<th style="width: 80px;">No.</th> <th style="width: 80px;">No.</th>

@ -7,7 +7,7 @@
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive" <div name="table-responsive"
class="table-responsive ox-scroll oy-scroll h-px-550"> 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"> <thead class="sticky-thead">
<tr name="exmptnVhclTheadTr"> <tr name="exmptnVhclTheadTr">
<th style="width: 80px;">No.</th> <th style="width: 80px;">No.</th>

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

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

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

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

@ -116,7 +116,7 @@
<span class="area-answerbody area-levy"> <span class="area-answerbody area-levy">
<div class="table-responsive oy-auto h-100" <div class="table-responsive oy-auto h-100"
style="width:470px;"> 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"> <thead class="sticky-thead">
<tr> <tr>
<th style="width:50px;"></th> <th style="width:50px;"></th>
@ -146,7 +146,7 @@
<span class="area-answerbody area-warning"> <span class="area-answerbody area-warning">
<div class="table-responsive oy-auto h-100" <div class="table-responsive oy-auto h-100"
style="width:470px;"> 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"> <thead class="sticky-thead">
<tr> <tr>
<th style="width:50px;"></th> <th style="width:50px;"></th>
@ -176,7 +176,7 @@
<span class="area-answerbody area-nonlevy"> <span class="area-answerbody area-nonlevy">
<div class="table-responsive oy-auto h-100" <div class="table-responsive oy-auto h-100"
style="width:470px;"> 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"> <thead class="sticky-thead">
<tr> <tr>
<th style="width:50px;"></th> <th style="width:50px;"></th>

@ -39,7 +39,7 @@
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div class="table-responsive oy-auto h-100" <div class="table-responsive oy-auto h-100"
style="width:470px;"> 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"> <thead class="sticky-thead">
<tr> <tr>
<th style="width:50px;"></th> <th style="width:50px;"></th>

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

@ -70,7 +70,7 @@
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div name="DataTables_Table_0_wrapper" class="dataTables_wrapper dt-bootstrap5 no-footer"> <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"> <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"> class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr name="deptThead"> <tr name="deptThead">

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

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

@ -130,8 +130,7 @@
<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 class="table-responsive ox-scroll oy-scroll h-px-350"> <div class="table-responsive ox-scroll oy-scroll h-px-350">
<table name="masterTable" <table name="masterTable" 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"> <thead class="sticky-thead">
<tr name="masterThead"> <tr name="masterThead">
</tr> </tr>
@ -149,8 +148,7 @@
<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 class="table-responsive ox-scroll oy-scroll h-px-350"> <div class="table-responsive ox-scroll oy-scroll h-px-350">
<table name="detailTable" <table name="detailTable" 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"> <thead class="sticky-thead">
<tr name="detailThead"> <tr name="detailThead">
</tr> </tr>

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

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

Loading…
Cancel
Save