added more tables

This commit is contained in:
Digi
2024-12-09 20:29:25 +01:00
parent 8bfbb36fdf
commit 4ca1636c81
2 changed files with 215 additions and 52 deletions

View File

@@ -23,8 +23,14 @@ tableSelectionDomElement.addEventListener("change", function (){
default:
break;
}
disableThis();
});
function disableThis(){
tableSelectionDomElement.disabled = true;
}
function RemoveTable(){
try {
document.getElementById("root").removeChild("tabla_Form");