va
This commit is contained in:
parent
d5e1eff385
commit
1af9860a98
|
|
@ -526,6 +526,7 @@ function afficher_quittances_police_periode() {
|
|||
success: function(data) {
|
||||
// Injection du résultat
|
||||
$conteneur.hide().html(data).fadeIn();
|
||||
appliquerDataTable('.tabliste');
|
||||
},
|
||||
error: function(xhr, status, error) {
|
||||
$conteneur.html(`
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
</div>
|
||||
<div class="card shadow-sm border-0">
|
||||
<div class="table-responsive shadow-sm rounded mb-4">
|
||||
<table class="table table-hover align-middle bg-white mb-0" style="font-size: 0.85rem;">
|
||||
<table class="table table-hover align-middle bg-white mb-0 tabliste" style="font-size: 0.85rem;">
|
||||
<thead class="table-dark">
|
||||
<tr>
|
||||
<th class="text-center" style="display:none;"><?= _("N°") ?></th>
|
||||
|
|
|
|||
|
|
@ -595,7 +595,7 @@ $activeChildId = $menuData['child'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2025.12.31.10"></script>
|
||||
<script src="/Js/fonctions.js?ver=2025.12.31.11"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
setInterval(function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user