You need to sign in to do that
Don't have an account?
vishesh91
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
to set up the column width is possible with <apex:datatable>
check out that may fit into your requrement.