This commit is contained in:
KONE SOREL 2026-03-14 15:33:29 +00:00
parent 1e8ab36251
commit a0d65cfde6

View File

@ -46,7 +46,7 @@
<div class="card border-0 shadow-sm">
<div class="card-body p-0">
<div class="table-responsive">
<table class="table table-hover align-middle mb-0 datatable-inter" style="font-size: 9pt;">
<table id="tableLister" class="table table-hover align-middle mb-0 datatable-inter" style="font-size: 9pt;">
<thead class="bg-light">
<tr>
<th class="text-center py-3"><?= _("No Police") ?></th>
@ -195,8 +195,7 @@
<script>
$(document).ready(function() {
if(typeof initSmartTable === 'function') {
initSmartTable('.datatable-inter', 'Polices_Garant');
}
// Initialisation avec activation du compteur dynamique et des exports
initDataTableReference('#tableLister', 'Garant_Police_En_Cours', false);
});
</script>
</script>