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();
-
+