Map the results to a tabular format
{
"TableViewConfig": {
"displayLength": 5,
"displayStart": 10,
"Resources": {
"Community": {
"Id": { "name": "communityId" },
"Name": { "name": "communityName" },
"Description": { "name": "communityDescription" }
}
},
"Columns": [
{ "Column": { "fieldName": "communityId" } },
{ "Column": { "fieldName": "communityName" } },
{ "Column": { "fieldName": "communityDescription" } }
]
}
}---
TableViewConfig:
displayLength: 5
displayStart: 10
Resources:
Community:
Id:
name: "communityId"
Name:
name: "communityName"
Description:
name: "communityDescription"
Columns:
-
Column:
fieldName: "communityId"
-
Column:
fieldName: "communityName"
-
Column:
fieldName: "communityDescription"Last updated
Was this helpful?