From 9e983c4e977748a809ff891853d9dfa57c1b8ac5 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Tue, 6 Jan 2026 10:57:05 +0000 Subject: [PATCH] n --- Js/fonctions.js | 3 ++- Vue/gabarit.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 0d84c54..e083869 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -1530,7 +1530,7 @@ function recapituler_retrait() oTable.destroy(); setTimeout(function() { - appliquerDataTable(); + appliquerDataTable('.tabliste'); }, 500); }, error: function(data) { @@ -3525,6 +3525,7 @@ function liste_mouvemements_assures() }, success: function(data) { $("#div_mvt").html(data); + appliquerDataTable('.tabliste'); }, complete: function() { } diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 4ff2685..24c483e 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -638,7 +638,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +