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
SFDC Forum 9SFDC Forum 9 

visualforce table

Hello-

VF Page development , I have to create  2 table which displays list of contacts and list of documents.  when i click on any contact in that list in table 1, it has to dispay list of documents related to it in table 2.  while page load , second table should be shown.Only when  click on any row in table 1, it should show data in table2.

One contact will have many documents (Document is custom object , parent child relation with Contact) .