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)