This commit is contained in:
KONE SOREL 2026-04-10 12:40:31 +00:00
parent e6fcfb1ac5
commit a874926dd9

View File

@ -39,7 +39,7 @@
// On vérifie si la table existe dans le DOM (via le require)
const table = document.querySelector('#tableLister');
if (table) {
initSmartTable('#tableLister', titreExport, [[1, 'desc'], [2, 'asc']], true);
initSmartTable('#tableLister', titreExport, false, true);
}
}