From 1e9f8ba5d6691ab0ca945951e0f26fb926720d70 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 11 Feb 2020 20:16:06 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 --- ayanova/src/components/gz-data-table.vue | 17 +---------------- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index f73c7ced..2bc649c6 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -47,9 +47,6 @@ SHELL / NAV / MENUS / LAYOUT TODO: LOCALIZATION - - DataTable changing screen width doesn't automatically transition to alternate view seems to require a forced refresh when it shouldn't - - DataTable clean out old comments / clean up code - - Determine best way to handle filters at client then code it - Modify datalist server code to alternatively accept a json filter string instead of a filter ID (post?) - Actually, this is jsut for relative dates so, instead how about optional start and stop date parameters to go with filterid that contains relative filter? diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index 35056d3a..c9ab9256 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -260,18 +260,6 @@ - @@ -505,9 +493,6 @@ function buildRecords(listData, columndefinitions, filters) { hour12 ); break; - // case 6: //bool - // change to checkboxes?? - // break; case 7: //decimal display = window.$gz.locale.decimalLocalized(display, languageName); break; @@ -525,7 +510,7 @@ function buildRecords(listData, columndefinitions, filters) { ); break; default: - //do nothing, allow it to stay as is + //do nothing, allow it to stay as is (checkbox, plain text etc) } //build the row column object that will be used by the datatable var columnObject = {