We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591cbad commit c205b89Copy full SHA for c205b89
1 file changed
js/composite_table.js
@@ -35,7 +35,9 @@ const compositeTable = class {
35
.text("Add new composite");
36
this.table = this.container.append("table").append("tbody");
37
this.rows = [];
38
- this.nRows = 0
+ this.nRows = 0;
39
+
40
+ this.addRow(dataObj.addCompositeData({idx: this.nRows}))
41
}
42
43
addRow(compositeDataObj) {
0 commit comments