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
venkatSanthanamvenkatSanthanam 

PageBlockTable Help

Hi,

Requirement: I have a PageBlockTable. On RowClick on the pageBlockTable, I want to show some data(may be an outputPanel) between the clicked row and the next row and want to make it collapsible.

 

Probable Solution: I tried inserting a PageBlockSection within pageBlockTable, but i couldnt get to display the pageBlockSection.

 

Any thoughts on how I could get my requirement done ?

 

Thanks

Venkat

soofsoof

Can you post the VF code here?  Without looking at the code, one can only guess!

 

-soof 

Edwin VijayEdwin Vijay

When you use a pageblocksection inside a pageblocktable the collapsible property would not work...

 

 

I guess you can use an outputpanel and actionsupport... On click of the row you may rerender the outputpanel and onclick again you may hide the outputpanel...