You need to sign in to do that
Don't have an account?

Removing header from PageBlockTable
Hello,
Even after i delete the headerValue from Column, I can still see a thin header consuming space.
Even after i delete the headerValue from Column, I can still see a thin header consuming space.
<apex:pageblocktable value="{!pList}" var="item"> <apex:column headerValue="test"/> </apex:pageblocktable>
All Answers