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
shinerajbshinerajb 

How its possible to display 3 list in a single table?

Hai,

 

How its possible to display 3 list in a single table?

 

 

shine

SFDC_EvolveSFDC_Evolve

Hi , 

 

I think  it is Possible to do it . .But there is no straight way to do it .. 

 

YOu have to use .. td , tr , <apex:varible> and <apex:repeat > in a  combine way .

 

<repeat> and  <Varible > together will work as a For Loop for u  !! 

 

Thanks 

SFDC_Evolve . 

punnoosepunnoose

I  two lists  list<string>a and  list<string>b

i am able to display a table like this

 

Column1   Column2

a,b,c             e,f,h

 

where a,b,c are contents of list a and e,f,h are contents of list b

How do i make it to

Column1   Column2

a                      e

b                        f

c                        h

 

 

This is a long stanging requiement of mine with<ape:columns>

 

Regards

Punnoose