frt
This commit is contained in:
parent
c4ac8453ba
commit
e7cdc07410
|
|
@ -73,10 +73,14 @@
|
|||
<div class="modal-dialog modal-dialog-centered" id="content_edit_typegarant"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
initDataTableReference('#tableLister', 'Liste_Types_Garant', false);
|
||||
});
|
||||
window.addEventListener('load', function() {
|
||||
if (typeof jQuery !== 'undefined') {
|
||||
// La fonction détecte seule #globalSearch et lie la recherche !
|
||||
initSmartTable('.table', 'Liste Types Garant', false);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user