> 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/product-tour/list-view-grid.md).

# List View Grid

GridMate provides a lightning grid component **GM - ListView Grid** to display list views with advanced features and bypass Salesforce standard UI limitations like the number of columns and rows.&#x20;

In this tutorial, we will create an app page for account management using **GM - ListView Grid**.

1. From Setup, create an app page in the Lightning App Builder.
2. From the components list, drag and drop the component **GM - ListView Grid**.
3. The grid component is now ready for configuration in the Lightning App Builder.
4. The property values can be configured to tailor the data grid to the needs of the end-user.
5. To perform a quick configuration, populate required property values:&#x20;
   * Related Object Name : ***Account***
   * ListView Name : ***AllAccounts***
   * Row Limit : **500**
   * Page Size : **50**
   * Custom Icon : ***standard:account***
   * Grid Height : **9999**
   * Search Fields : **Name,BillingCity**
   * Wildcard Search : **Checked**
   * Show Border : ***Checked***
   * Show Column Border : ***Checked***

Below is a step by step tutorial to configure the **GM - ListView Grid** component.

{% embed url="<https://youtu.be/MhtpVKLX7Fo>" %}
GM - ListView Grid
{% endembed %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/product-tour/list-view-grid.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.
