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"
)
Column Setup
Below is a step by step tutorial to configure the Grid - Address Column.
Last updated
Was this helpful?