> 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-file-explorer.md).

# Inline File Explorer

Paste into **Record Related Components** of a GM grid. See [Grid - Inline Components](/advanced-guides/inline-grid-setup.md#configuration).

```json
[
    {
        "component": "gmpkg:fileExplorerLWC",
        "attributes": {
            "defaultView": "table",
            "canDelete": true,
            "canCopyPaste": false,
            "showBorder": true
        }
    }
]
```
