08 2024
This commit is contained in:
parent
c1c613a4b9
commit
881fc84207
384 changed files with 50679 additions and 990 deletions
|
|
@ -7,8 +7,12 @@
|
|||
</h4>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-datatable table-responsive">
|
||||
<table class="datatables-customer table table-striped table-bordered">
|
||||
<div class="table-responsive-track" id="datatables-customer-scroll">
|
||||
<div class="table-responsive-thumb" id="datatables-customer-thumb">
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-datatable table-responsive" id="datatables-customer-table">
|
||||
<table class="datatables-customer table table-striped table-bordered" id="datatables-customer">
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -50,6 +54,9 @@
|
|||
"iDisplayLength": 100,
|
||||
"language": {
|
||||
"url": "/js/German.json"
|
||||
},
|
||||
drawCallback: function () {
|
||||
dataTableScrollTrack('#datatables-customer');
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -7,8 +7,12 @@
|
|||
</h4>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-datatable table-responsive">
|
||||
<table class="datatables-customer table table-striped table-bordered">
|
||||
<div class="table-responsive-track" id="datatables-customer-scroll">
|
||||
<div class="table-responsive-thumb" id="datatables-customer-thumb">
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-datatable table-responsive" id="datatables-customer-table">
|
||||
<table class="datatables-customer table table-striped table-bordered" id="datatables-customer">
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -47,6 +51,9 @@
|
|||
"iDisplayLength": 100,
|
||||
"language": {
|
||||
"url": "/js/German.json"
|
||||
},
|
||||
drawCallback: function () {
|
||||
dataTableScrollTrack('#datatables-customer');
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue