append table row
This commit is contained in:
@@ -27,6 +27,7 @@ function table_insert_row(table, header, items) {
|
||||
elem.appendChild(items[idx]);
|
||||
tr.appendChild(elem);
|
||||
}
|
||||
table.appendChild(tr);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user