From 429276886d60921a8c43ba22d63bf284db647a73 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 31 Jan 2020 01:17:40 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 +- ayanova/src/components/gz-data-table.vue | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index f21e2b7c..22fab52f 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -48,7 +48,7 @@ CURRENT TODOs SHELL / NAV / MENUS / LAYOUT -TODO: Add property to enable select on datatable rows and also event to bubble up selected rows to parent +TODO: Test single select still wroking after recent changes TODO: Save grid settings on paging changes, when open grid get last paging so editing records doesn't lose your position when you come back - Also scrollposition TODO: toolbar above grid for filters, refresh etc (make it a standard component?) diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index 0ee3f521..e315ebb1 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -135,15 +135,6 @@ export default { }, deep: true }, - // selected: { - // handler(newValue, oldValue) { - // //without this it fires twice - // if (newValue.length != oldValue.length) { - // this.handleSelectChange(); - // } - // }, - // deep: true - // } selected: function(newValue, oldValue) { if (newValue.length != oldValue.length) { this.handleSelectChange();