vue-tables-2
Advanced tools
Comparing version 2.0.50 to 2.0.51
@@ -6,2 +6,3 @@ "use strict"; | ||
module.exports = function () { | ||
this.dispatch('loading'); | ||
var data = clone(this.tableData); | ||
@@ -27,3 +28,4 @@ var column = this.orderBy.column; | ||
this.allFilteredData = JSON.parse(JSON.stringify(data)); | ||
this.dispatch('loaded'); | ||
return data.splice(offset, this.limit); | ||
}; |
{ | ||
"name": "vue-tables-2", | ||
"description": "Vue.js 2 grid components", | ||
"version": "2.0.50", | ||
"version": "2.0.51", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "vue2", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
663693
7579