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
vishesh91vishesh91 

column width in pageblocksection

I have a pageblocksection with 3 columns.I want the width of columns as 50%,25%,25%.how to do that.

 

<apex:pageblockSection columns="3">
   <apex:pageBlockSectionItem />
   <apex:pageBlockSectionItem />
   <apex:pageBlockSectionItem />
</apex:pageblockSection>

 please help

Suresh RaghuramSuresh Raghuram

to set up the column width is possible with <apex:datatable>

 

check out that may fit into your requrement.