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
ManojjenaManojjena 

Dynamic td creation problem

HI All,

 

I am craeting  a dynamic table in VF.In the table in each row first 2 column is generating from parent record and the rest four column is generating from child.For this I am iterating with two repeat .But the issue is , my td in table is gerating according to the size of the child record. I want every time the table should comlete whether the record is there or less in child object.

 

Can any one suggest me for this.

Thanks

Situ

 

sambasamba

Hi situ,

 

You can add <apex:variable var = "i" value="{!0}"> to your table.

 

Please let me know if you have any questions.

 

Thanks,

Samba

Puja_mfsiPuja_mfsi

Hi,

can u please post your code here.

sambasamba

I will post this code when i have some time.

 

Thanks,

Samba

KaityKaity

Samba....

 

You are not told to add the code. Puja is asking Situ to do so.