Залить недостающие края заданным цветом

This commit is contained in:
2022-08-31 00:59:29 +06:00
parent 0a25d99934
commit b25a97e68a
5 changed files with 50 additions and 10 deletions

View File

@ -1470,6 +1470,8 @@ class SRec
this.insertRows(node,false); //If not then insert
}else
{
tr.style.textDecoration="underline";
let cdataNode = nodeRecord.firstChild;
while (cdataNode!=null)
{