fg
This commit is contained in:
parent
043b6676d0
commit
1c5a4204fe
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user