From a9c3031c8d427ebf759e3ea855d240136365f47b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 9 Jan 2020 22:06:12 +0000 Subject: [PATCH] --- devdocs/specs/core-main-grids.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devdocs/specs/core-main-grids.txt b/devdocs/specs/core-main-grids.txt index e5a8f074..84197243 100644 --- a/devdocs/specs/core-main-grids.txt +++ b/devdocs/specs/core-main-grids.txt @@ -41,7 +41,7 @@ Server - The server needs to tell the client which columns are coming back with the list and what types etc so the client can just adapt to any template setting - column list has type of object behind each column if applicable so client can make hyperlinks - SERVER SENDS DATA - - Data in json format + - Data in a standard for all grid lists json format, not based on set objects (I think I can do that, probably a hybrid object with JSON data) - Each row has each column as a object comprising of: - Display value (the data to show, not formatted yet, that's up to the client) - Optional: ID value (if the object is openable then this is the id to open for the client to put a hyperlink on that column)