This commit is contained in:
KONE SOREL 2026-04-04 10:55:48 +00:00
parent 4d8f6b0a0b
commit b9328fd9c8

View File

@ -48265,13 +48265,11 @@ function filtreTableReference(numeroTable) {
</div>
`);
// Ici on injecte le texte dans le <h6>
// $("#div_lister_table h6").text(msg);
// On réinitialise toutes les divs
$('#div_fichiers_table').html("");
$('#div_entete_table').html("");
$('#div_maj_table').html("");
// 1. On tue l'existant et on vide le BODY des menus flottants
if ($("#listetables").length) {
$("#listetables").selectpicker('destroy');