Skip to content

Commit bcadb7f

Browse files
author
Henrik jJaven
committed
v0.80.1-keyed
1 parent 5358385 commit bcadb7f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

frameworks/keyed/doohtml/js/Main.class.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ Doo.define(
9393
this.renderTable()
9494
}
9595

96-
add() {
97-
let startRow = this.data.rows.length
98-
this.data.rows = this.data.rows.concat(this.buildData())
99-
this.renderTable(this.data.rows, startRow)
96+
add() {
97+
let start = this.data.rows.length
98+
this.data.rows = this.data.rows.concat(this.buildData())
99+
this.append(this.data.rows.slice(start), this.tbody, start)
100100
}
101101

102102
runLots() {

0 commit comments

Comments
 (0)