Skip to content

Commit 9e69504

Browse files
committed
Testing with HTML instead of prepend
1 parent 6472a8c commit 9e69504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/bottom-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var plateMapWidget = plateMapWidget || {};
2424

2525
let singleField = this._createElement("<th></th>")
2626
.text("Group");
27-
row.prepend(singleField);
27+
row.html(singleField);
2828

2929
this.rowCounter = 1;
3030

0 commit comments

Comments
 (0)