Archived
1
0

append table row

This commit is contained in:
Jeff Becker
2016-04-30 12:41:23 -04:00
parent a96b4d0585
commit 7aa6eb28b2
2 changed files with 3 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ function table_insert_row(table, header, items) {
elem.appendChild(items[idx]);
tr.appendChild(elem);
}
table.appendChild(tr);
}
/**