> 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-grids.md).

# Inline FieldSet Grid

```coffeescript
 
[{
    "component": "gmpkg:FieldSetDataGridComponent",
    "attributes": {
        "relatedObjectName": "Task",
        "fieldSetName": "TaskGrid_FieldSet",
        "customLabel": "Tasks",
        "customIcon": "standard:task",
        "filter": "{\"WhatId\":{\"operator\":\"=\",\"value\":\"$recordId\"}}",
        "defaultValues": "{\"WhatId\":\"$recordId\"}",
        "sort": "ActivityDate",
        "order": "desc",
        "canCreate": true,
        "canUpdate": true,
        "canDelete": true,
        "canClone": false,
        "recordDetail": true,
        "fullRecordCreation": true,
        "noInlineCreation": true,
        "showBorder": true
    }
}]
```
