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
Force.comForce.com 

Columns of Grid are distorted

Hi All,

 

I have developed a Grid on visualforce page which displays records of parent object in 1st and 2nd columns and corresponding child records in rest columns.

 

I have used html table in <apex:repeat> instead of pageblocktable because I need the column names to appear dynamically.



However, the GRid is not properly alligned. Its columns and rows are appearing in a distured format.

 

Any help will be appreciated.

Thanks,

Pragati 



 

 

Navatar_DbSupNavatar_DbSup

Hi,

 

As you mentioned you are using html table. You can use to set grid alignment and other things.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.