From 8b37d8c19168a04cc8040f0fb6c1d9fd6253e1ff Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 31 Jan 2020 16:43:14 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 +-- ayanova/src/views/test-widgets.vue | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index afd18845..b08aaa63 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -48,8 +48,7 @@ CURRENT TODOs SHELL / NAV / MENUS / LAYOUT -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: small format now needs to be built by me because it's not using the built in format anymore, copy the stock way TODO: toolbar above grid for filters, refresh etc (make it a standard component?) TODO: main.js filters need to be finished TODO: Grid is leaving space for side nav on it's right side when in medium width or if make nav go away in full screen diff --git a/ayanova/src/views/test-widgets.vue b/ayanova/src/views/test-widgets.vue index 808206c7..d0aa65bc 100644 --- a/ayanova/src/views/test-widgets.vue +++ b/ayanova/src/views/test-widgets.vue @@ -5,8 +5,8 @@ dataListKey="TestWidgetDataList" :caption="getCaption()" :dataFilterId="currentDataFilterId" - :showSelect="true" - :singleSelect="true" + :showSelect="false" + :singleSelect="false" v-on:update:selected="handleSelected" >