This commit is contained in:
KONE SOREL 2026-03-13 18:03:26 +00:00
parent c4e8cc253d
commit fcf3c2a71e

View File

@ -48305,6 +48305,7 @@ function filtreTableReference(numeroTable){
function filtreTableReference(numeroTable) {
const racineWeb = $("#racineWeb").val();
const $divListe = $("#div_listetables");
const $select = $("#listetables");
/*
// 1. On tue l'existant et on vide le BODY des menus flottants
@ -48322,7 +48323,8 @@ function filtreTableReference(numeroTable) {
success: function(data) {
// 2. On injecte le HTML
$divListe.html(data);
const $select = $("#listetables");
$select.selectpicker();
$divListe.find('.dropdown-toggle').focus();
}
});