Updated datatables, using @pa instead of @js/@css, using conditionalPaging in datatables
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 35s
Create Docker Image / Final Docker Image Manifest (push) Successful in 10s

This commit is contained in:
2024-07-28 21:33:30 +10:00
parent 1c4cb6f38c
commit 5f10175b35
18 changed files with 230 additions and 670 deletions

View File

@@ -1,5 +1,5 @@
<!-- $o=Service::class -->
<table class="table table-sm" id="svc_bill_hist">
<table class="table table-sm table-striped" id="svc_bill_hist">
<thead>
<tr>
<th>Invoice</th>
@@ -25,15 +25,13 @@
</tbody>
</table>
@section('page-styles')
@css(datatables,bootstrap4)
@append
@section('page-scripts')
@js(datatables,bootstrap4)
@pa(datatables,conditionalpaging)
@section('page-scripts')
<script type="text/javascript">
$(document).ready(function() {
$('#svc_bill_hist').DataTable({
conditionalPaging: true,
language: {
emptyTable: "No Invoices"
},