> For the complete documentation index, see [llms.txt](https://docs.gridmate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gridmate.io/troubleshooting/config-samples/inline-relatedlist-grid.md).

# Inline RelatedList Grid

```coffeescript
[
   {
      "component": "gmpkg:RelatedListDataGridComponent",
      "attributes": {
         "relatedListLabel": "Contact Roles",
         "canCreate": true,
         "canUpdate": true,
         "canDelete": true,
         "canFilter": false,
         "defaultValues" : "{\"OpportunityId\" : \"$recordId\"}",
         "noModalCreation" : true,
         "recordDetail": true,
         "fullRecordCreation": true,
         "noInlineCreation": true,
         "showBorder": true
      }
   }
]
```
