This commit is contained in:
2020-01-09 22:06:12 +00:00
parent 26a5bfa586
commit a9c3031c8d

View File

@@ -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)