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 db75bad commit 2e06d84Copy full SHA for 2e06d84
package.json
@@ -6,7 +6,7 @@
6
"grid",
7
"datagrid"
8
],
9
- "version": "0.0.6",
+ "version": "0.0.7",
10
"private": false,
11
"main": "src/main.js",
12
"author": "Hector Romero Granillo",
src/VTable.vue
@@ -213,7 +213,7 @@ export default {
213
selectAll () {
214
if (this.selectionMode === 'single') return
215
216
- this.store.selectAll(this.data)
+ this.store.selectAll([...this.data])
217
},
218
deselectAll () {
219
this.store.deselectAll()
0 commit comments