Мелочь

This commit is contained in:
Igor I
2024-07-25 21:38:14 +05:00
parent 5a6b47e788
commit ec85845d9e
3 changed files with 10 additions and 9 deletions

View File

@ -1280,8 +1280,8 @@ class SRec
if(node.data[i].row[j]!=null) textNode=document.createTextNode(node.data[i].row[j]);
else textNode=document.createTextNode("");
//td.setAttribute("id",id+this.masCL[colN].getAttribute("n")); //so that you can identify each record when you update
td.setAttribute("id",id+this.masCL[colN].n); //so that you can identify each record when you update
td.setAttribute("id",id+this.masCL[colN].getAttribute("n")); //so that you can identify each record when you update
//td.setAttribute("id",id+this.masCL[colN].n); //so that you can identify each record when you update
td.appendChild(textNode);
//if in the metadata for this column there is a reference object then add a link
if (this.masCT[colN]!=null)