> 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/advanced-guides/grid-address-column.md).

# Grid - Address Column

{% hint style="warning" %}
LWS must be activated in your organization to access this feature.
{% endhint %}

GridMate provides a **Grid - Address Column**  that allows users to input their exact location into a grid with an autocomplete feature, enhancing user experience and data accuracy.

### &#x20;Column Configuration

Below the JSON Config for the formula field.

```coffeescript
LWC("gmpkg/dataGridAddressCellLWC",
"streetField",
"BillingStreet",
"cityField",
"BillingCity",
"postalCodeField",
"BillingPostalCode",
"stateField",
"BillingState",
"countryField",
"BillingCountry",
"latitudeField",
"BillingLatitude",
"longitudeField",
"BillingLongitude",
"autoCompleteHandler",
"GeoApifyAutoCompleteHandler"
)
```

{% hint style="info" %}
You need an autocomplete handler (e.g., `GeoApifyAutoCompleteHandler`) that provides location suggestions based on user input.

The Address Column component is able to manage any address either a standard or custom field. We are able to handle the mapping  through the component parameters.
{% endhint %}

### Column Setup

Below is a step by step tutorial to configure the **Grid - Address Column**.

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