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
theDtheD 

Hover link to Related List from Wrappered Page Table

We have a custom object(e.g.Object A) with a Related List (Object B)

 

this is all wrappered and output in a PageBlockTable as below 

 

All is well,  for the Name field in Object A get a hover,etc. BUT what we want is to add a column with a "placeholder" in it that would hover the Related List (Object B) for that Row's entry (Master Record). Any good examples out there?

 

<apex:column id="pBT2C6" headerValue="Date" width="55px">
                               <apex:outputField id="pBT2C6OFld" value="{!mtmr.propMT.Date__c}"/>
                           </apex:column>