Copy [
{
"label" : "Contacts" ,
"components" : [
{
"component" : "gmpkg:ListViewDataGridComponent" ,
"attributes" : {
"relatedObjectName" : "Contact" ,
"listViewName" : "AllContacts" ,
"canCreate" : false ,
"canUpdate" : true ,
"canDelete" : true ,
"canFilter" : true ,
"recordDetail" : true ,
"inline" : true ,
"showBorder" : true ,
"showColumnBorder" : true
}
}
]
} ,
{
"label" : "Accounts" ,
"components" : [
{
"component" : "gmpkg:ListViewDataGridComponent" ,
"attributes" : {
"relatedObjectName" : "Account" ,
"listViewName" : "AllAccounts" ,
"canCreate" : false ,
"canUpdate" : true ,
"canDelete" : true ,
"canFilter" : true ,
"showBorder" : true ,
"inline" : true
}
}
]
}
]
DataGridAccordionComponent.design
Copy < design : component label = "GM - Dynamic Accordion" >
< design : attribute name = "jsonSections" label = "Accordion Config." description = "Accordion JSON configuration" />
< design : attribute name = "showBorder" label = "Show border?" />
</ design : component >