This commit is contained in:
Kevin Adametz 2024-08-05 11:58:09 +02:00
parent c1c613a4b9
commit 881fc84207
384 changed files with 50679 additions and 990 deletions

View file

@ -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');
}
});
});

View file

@ -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');
}
});
});