From ad64f3c78d4259f7fda079ef41f7660a6ab9e6cc Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Fri, 26 Dec 2025 13:09:06 +0000 Subject: [PATCH] Transformation dataTable --- Js/fonctions.js | 2 +- Vue/gabarit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 4d2dd05..181ae36 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -52,7 +52,7 @@ function connexion_cookie() { $(function() { // 1. Initialisation des composants au chargement de la page - appliquerDataTable('#claimsTable', { + appliquerDataTable('.tabliste', { order: [[1, "asc"]], // tri sur la 2e colonne buttons: ['excel', 'pdf'], // seulement export Excel et PDF pageLength: 25 // 25 lignes par page diff --git a/Vue/gabarit.php b/Vue/gabarit.php index b108450..18f06a8 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -616,7 +616,7 @@ console.groupEnd(); - +