From ed39098c2ae5fa97f50867595cc95a7eebe5184c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 25 Feb 2020 01:16:45 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 +- ayanova/src/components/gz-data-table.vue | 24 ++++++++++++++++-------- ayanova/src/views/ay-data-list-view.vue | 8 ++++++++ 3 files changed, 25 insertions(+), 9 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 10a7b03f..d55f9de4 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -105,7 +105,7 @@ ListViewEditor GZFORM FORMSETTINGS RELATED TO DATALISTVIEW - formSettings.saved.dataTable.{listViewId:[0 if none or else the last saved view id selected], unsavedListView:[edited but unsaved listview json, only if listviewId=0]} - - formSettings.temp.dataTable.cachedListView - temporary cached version of listview that was saved at server but only if saved listviewId is non-zero + - formSettings.temp.cachedListView - temporary cached version of listview that was saved at server but only if saved listviewId is non-zero diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index 57a4143e..592978fb 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -1,5 +1,6 @@