From 30d78e1ebea9bcbabc4bfb8093b655c5e5c8b62a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 15 Feb 2020 00:17:09 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 0c11defd..67af37b4 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -47,6 +47,8 @@ Refactor: TODO: DataList - Custom fields!?! - Can be supported theoretically, should I? - It was a sore spot in v7 that they were not sortable or filterable and a limitation + - ACTION: add mapping function to DataListFetcher generate select so the datalist fetcher knows exactly what column goes with which field key + - Then remove dependence on current column pointer and just work freely with it using the map TODO: FILTER AT CLIENT