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
Sylvain@RibbonFishSylvain@RibbonFish 

PageBlockTable complex.

Hi everyone,

There is an approach to do something like that (picture):

http://i41.tinypic.com/w6tqab.jpg

 

So I got the list of Account link by AccountContactRole to the contact object.

I got the list of contact for each Account from the ContactID of the AccountContactRole.

The input search is already done.

I got a wrapper for each object with the selected property inside.

How todo the pageblocktable with a pageblocktable inside and expand it when we tick the account?

(I want to display only if the account is tick and if we tick another account the first will be still tick and collapse automatically). 

Or there is another way ?

Thanks for help.

 

 

 

 

 

Best Answer chosen by Admin (Salesforce Developers) 
Sylvain@RibbonFishSylvain@RibbonFish

I would to specify I don't ask for any code, I would like if it's possible to build an UI like my picture in visualforce ?

And if it's possible if you can put me on the tracks.

Thanks