This commit is contained in:
KONE SOREL 2026-03-13 13:38:03 +00:00
parent 9a201146bf
commit c6a03abdf3

View File

@ -95,7 +95,7 @@
window.addEventListener('load', function() {
if (typeof jQuery !== 'undefined') {
// La fonction détecte seule #globalSearch et lie la recherche !
initSmartTable('.table', 'Gestion des Liens de Parenté');
initSmartTable('.table', 'Gestion des Liens de Parenté', false);
}
});
</script>