Daten werden nicht sortiert angezeigt

This commit is contained in:
ja
2021-12-16 14:47:05 +01:00
parent 53843457f1
commit c9eb4c3b6a
2 changed files with 48 additions and 57 deletions

View File

@@ -149,8 +149,7 @@
let natplaceholder = document.getElementById("<%=lbl_Placeholder.ClientID%>")
Speditionslabel.textContent = Kennzeichen
natplaceholder.textContent = Nat
}
natplaceholder.textContent = Nat }
function TableRow_Click_M(Nat,Kennzeichen) {
let Speditionslabel = document.getElementById("<%=lbl_sped_Placeholder_M.ClientID%>")
let natplaceholder = document.getElementById("<%=lbl_Placeholder_M.ClientID%>")
@@ -158,41 +157,5 @@
Speditionslabel.textContent = Kennzeichen
natplaceholder.textContent = Nat
}
function addRow(table1,par1,par2,par3,par4) {
let tableRef = table1;
let newRow = tableRef.insertRow();
let newCell = newRow.insertCell();
let newCell1 = newRow.insertCell()
let newCell2 = newRow.insertCell()
let newCell3 = newRow.insertCell()
newCell.create
newCell1.create
newCell2.create
newCell3.create
newCell.innerHTML = par1
newCell1.innerHTML = par2
newCell2.innerHTML = par3
newCell3.innerHTML = par4
}
function addRow_tab2(tab1,par1, par2, par3, par4) {
let tableRef = tab1;
let newRow = tableRef.insertRow(-1);
let newCell = newRow.insertCell(0);
let newCell1 = newRow.insertCell(1)
let newCell2 = newRow.insertCell(2)
let newCell3 = newRow.insertCell(3)
newCell.create
newCell1.create
newCell2.create
newCell3.create
newCell.innerHTML = par1
newCell1.innerHTML = par2
newCell2.innerHTML = par3
newCell3.innerHTML = par4
}
</script>
</script>
</asp:Content>