der
This commit is contained in:
parent
3b3d12006c
commit
dc1c2dc4fe
|
|
@ -148,10 +148,9 @@
|
|||
</style>
|
||||
|
||||
<script>
|
||||
var checkDTUsers = setInterval(function() {
|
||||
if (typeof initSmartTable === 'function') {
|
||||
initSmartTable('.datatable-users', 'Utilisateurs_Portail_Garant', false);
|
||||
clearInterval(checkDTUsers);
|
||||
}
|
||||
}, 100);
|
||||
// Comme cette vue est chargée en AJAX, on réinitialise DataTables ici
|
||||
$(document).ready(function() {
|
||||
const titreExport = "<?= _('Utilisateurs Portail Garant') ?>";
|
||||
initSmartTable('.datatable-users', 'Utilisateurs Portail Garant', false);
|
||||
});
|
||||
</script>
|
||||
Loading…
Reference in New Issue
Block a user