This commit is contained in:
KONE SOREL 2026-04-13 17:12:22 +00:00
parent 940989f8e0
commit ad979dab07

View File

@ -15,7 +15,7 @@
<div class="card border-0 shadow-sm animate__animated animate__fadeInUp">
<div class="card-body p-0">
<div class="table-responsive">
<table id="tableLister" class="table table-hover align-middle mb-0 datatable-inter compact" style="width:100%">
<table class="table table-hover align-middle mb-0 datatable-inter compact" style="width:100%">
<thead class="table-light">
<tr class="text-uppercase small">
<th class="text-center py-3 ps-3"><?= _("Centre gestion") ?></th>
@ -60,6 +60,6 @@
*/
$(document).ready(function() {
const titreExport = "<?= _('Grille des taux ajustement') ?>";
initSmartTable('#tableLister', titreExport, [1, 'asc']);
initSmartTable('.datatable-inter', titreExport, [1, 'asc']);
});
</script>