This commit is contained in:
KONE SOREL 2026-03-07 16:01:05 +00:00
parent 043b6676d0
commit 1c5a4204fe

View File

@ -81,6 +81,17 @@
</div>
</div>
<script>
$(document).ready(function() {
// 1. On initialise la DataTable (Badge total + Exports)
initDataTableReference('#tableLister', 'Jours_Feriers');
// 2. On initialise le filtre Pays présent dans le header de la liste
// On met 'false' car on ne veut pas que le menu s'ouvre tout seul au chargement
actualiserSelectPicker('#codePays', false);
});
</script>
<style>
.bg-primary-ghost { background-color: rgba(33, 46, 83, 0.08) !important; }
#tableLister thead th { padding-top: 15px; padding-bottom: 15px; font-size: 0.75rem; }