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 8c961b9 commit ee24f65Copy full SHA for ee24f65
frameworks/non-keyed/sprae-safe/src/main.js
@@ -45,8 +45,8 @@ sprae(document.getElementById('main'), {
45
},
46
47
add() {
48
- // this.rows.push(...buildData(1000))
49
- this.rows = this.rows.concat(buildData(1000))
+ this.rows.push(...buildData(1000))
+ // this.rows = this.rows.concat(buildData(1000))
50
this.selected = null
51
52
frameworks/non-keyed/sprae/src/main.js
@@ -41,8 +41,8 @@ sprae(document.getElementById('main'), {
41
42
43
44
0 commit comments