function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Janno RipJanno Rip 

Display visual aide that links <apex:column> and <apex:mapmarker>

Hello everyone,

I have an apex class that queries for accounts next to the "current" account. Those get displayed in a visualforce page in the form of a googlemap with markers. In addition I present the records in a table for further visibility and transparency.

What I would love to achieve is connect the table with the map just it is in the lightning component -

https://developer.salesforce.com/docs/component-library/bundle/lightning:map

 (hover in the table and highlight in the map or whatever possible)

This is what the visualforce page looks like:

User-added image