This commit is contained in:
KONE SOREL 2025-12-31 14:26:00 +00:00
parent d5e1eff385
commit 1af9860a98
3 changed files with 3 additions and 2 deletions

View File

@ -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(`

View File

@ -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;"><?= _("") ?></th>

View File

@ -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() {