# Grid - File List Column

GridMate’s File List cell type introduces structured multi-file support within grid cells, enabling direct upload, visualization, and deletion without leaving the grid context.

### **Formula Field** Setup <a href="#dynamic-formula-field-setup" id="dynamic-formula-field-setup"></a>

<figure><img src="/files/4FuDvpBtC5f8ksmEKGxI" alt=""><figcaption></figcaption></figure>

Below is the formula configuration used in this demo:

```javascript
LWC("gmpkg/dataGridFileListCellLWC","maxVisibleFiles", 2, "maxPillWidth", 180)
```

<figure><img src="/files/1mSULAX2HY66jkKTfc5M" alt=""><figcaption></figcaption></figure>

Once you have created the **Formula Field** and added the column to your grid, you can start managing your files. The video below provides a step-by-step tutorial on using the **Grid - File List Cell** 👇.

{% embed url="<https://youtu.be/8XtA6CwoU2U>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gridmate.io/advanced-guides/grid-file-list-column.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
