Grid - Address Column

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.

Column Configuration

Below the JSON Config for the formula field.

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

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.

Column Setup

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

Last updated

Was this helpful?