CHECKPOINT - about to completely re-do much of the datatable object and underlying system, this is the final commit before doing that

This commit is contained in:
2021-01-26 19:03:39 +00:00
parent 2024e38e4b
commit bec388f60b
3 changed files with 115 additions and 19 deletions

View File

@@ -51,14 +51,7 @@ export default {
});
}
vm.metaView = JSON.stringify(metaFilter);
debugger;
this.$refs.gzdatatable.resetListView();
let refs = vm.$refs;
console.log(refs);
console.log(refs.gzdatatable);
// console.log("FLIPPING resetlistview", vm.$refs.gzdatatable);
//vm.$refs.gzdatatable.resetListView();
}
generateMenu(vm);