This commit is contained in:
@@ -46,12 +46,12 @@ Server
|
||||
- Optional: ID value (if the object is openable **** MUST CHECK RIGHTS ALSO HERE **** then this is the id to open for the client to put a hyperlink on that column)
|
||||
- For example (wide list):
|
||||
data:{
|
||||
columns:{ {name:"lt_client_name",datatype:text,ayatype:client},{name:"lt_client_notes",datatype:text},{name:"lt_last_workorder",datatype:number,ayatype:workorder}}
|
||||
rows:{ {display:"Green mechanics",id:32},"...notes...",{display:"42",id:42}, ...thousands more etc.... }
|
||||
columns:{[ {name:"lt_client_name",datatype:text,ayatype:client},{name:"lt_client_notes",datatype:text},{name:"lt_last_workorder",datatype:number,ayatype:workorder}]}
|
||||
rows:{[ {display:"Green mechanics",id:32},"...notes...",{display:"42",id:42}, ...thousands more etc.... ]}
|
||||
}
|
||||
- For example (XS list)
|
||||
data:{
|
||||
columns:{ {name:"lt_client",datatype:text,ayatype:client}}
|
||||
columns:{[ {name:"lt_client",datatype:text,ayatype:client}]}
|
||||
rows:{ {display:"Green mechanics",id:32}, ...thousands more etc.... }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user