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
GoForceGoGoForceGo 

Insert content BETWEEN table rows

I have a VF table in which one of the columns is "Show Activity History". In each row, that is a hyperlink in this column called "View All" meant to show activity history.


When the end user clicks "View All", I want to insert the activity history in-line below the current row - before the next row.. Of course the row hyperlink would then say "Hide All".

 

Any ideas?

 

 

Avidev9Avidev9
Well seems like html table will be a better for this.
You can style the table like a pgeblock table.

Seems like can be done using just apex and VF