Map that shows user location - dropdown component interaction

This is a pretty good description of what to do :

My example line in my previous post (taken from the docs) shows a search by name, just adjust the table & columns names to fit. In my example, “person” is the whole row, so you can access all properties like this :

person['name']
person['lattitude']

etc.

Does that help?

2 Likes