This commit is contained in:
KONE SOREL 2026-03-14 11:32:18 +00:00
parent 888bdc64f8
commit e12ae2809c

View File

@ -54,6 +54,13 @@
</div>
</div>
<script>
$(document).ready(function() {
// Initialisation avec activation du compteur dynamique et des exports
initDataTableReference('#tableLister', 'Liste_Localites', false);
});
</script>
<style>
/* Rappel des styles Ghost pour la cohérence */
.bg-primary-ghost { background-color: rgba(33, 46, 83, 0.08) !important; }