sert
This commit is contained in:
parent
940989f8e0
commit
ad979dab07
|
|
@ -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>
|
||||
Loading…
Reference in New Issue
Block a user