This commit is contained in:
2020-04-02 20:16:28 +00:00
parent 7780c41117
commit e44362d6ff
7 changed files with 120 additions and 101 deletions

View File

@@ -49,8 +49,23 @@ CURRENT TODOs
@@@@@@@@@@@ ROADMAP STAGE 2:
GRID ERROR:Price first column multiple records with price the same, value should not be used as a key WTF?
BUG is that records generation is putting the value of the column as the ID of the column
This was triggered by editing the datafilter and putting price as the first column, apparently the datagrid assumes column 0 is always the ID column
So actually this may need a more deterministic way to identify the rowid like picklist does
Vue warning:
Duplicate keys detected: '123.45'. This may cause an update error.
trace:
found in
---> <GzDataTable> at src/components/gz-data-table.vue
<Widgets> at src/views/widgets.vue
<VContent>
<VApp>
<App> at src/App.vue
<Root>
todo: de-var-ification
- use const for unchanging values, let everywhere else, no var anywhere and test out before moving on