From 26a5bfa58689af621ea2d2fc385fef8e40c89910 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 9 Jan 2020 22:01:45 +0000 Subject: [PATCH] --- devdocs/specs/core-main-grids.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devdocs/specs/core-main-grids.txt b/devdocs/specs/core-main-grids.txt index 51c7d93b..e5a8f074 100644 --- a/devdocs/specs/core-main-grids.txt +++ b/devdocs/specs/core-main-grids.txt @@ -30,6 +30,8 @@ Client - HMMM... Maybe I only need a single list object that adapts to the data being sent back!!!!! - The client needs to be able to handle more columns than fit horizontally - The client needs to not wrap any column vertically but ellipse.. it instead + - Client accepts a list of fields and types etc and generates the grid and populates the data dynamically + - This means that I can make a general purpose Vue grid component, plunk it down on a form and then wrap it with what is unique about that form Server - Server needs to accept a parameter from the client when a grid list is fetched that tells it if it needs to send a single column templated list