def
This commit is contained in:
parent
1e8ab36251
commit
a0d65cfde6
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user