We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc848b commit c26456bCopy full SHA for c26456b
frameworks/keyed/doohtml/js/Main.class.js
@@ -99,7 +99,7 @@ Doo.define(
99
100
run() {
101
this.data.rows = this.buildData()
102
- // this.tbody.textContent = ''
+ this.tbody.textContent = ''
103
this.renderTable()
104
}
105
@@ -114,7 +114,7 @@ Doo.define(
114
115
stop('buildData')
116
start('run')
117
118
119
e.target.blur()
120
0 commit comments