Skip to main content
added 636 characters in body
Source Link
Adrian Larson
  • 152.6k
  • 38
  • 250
  • 434

Just specify a title on your pageBlockSection:

<apex:pageBlockSection title="Subtitle" columns="4"> 

Section Title Screenshot

EDIT

You can also a header facet on each pageBlockTable. Perhaps that is more what you are going for.

<apex:pageBlockSection columns="3"> <apex:pageBlockTable> <apex:facet name="header">Table 1</apex:facet> </apex:pageBlockTable> <apex:pageBlockTable> <apex:facet name="header">Table 2</apex:facet> </apex:pageBlockTable> <apex:pageBlockTable> <apex:facet name="header">Table 3</apex:facet> </apex:pageBlockTable> </apex:pageBlockSection> 

Header Facets ScreenshotHeader Facets Screenshot

With "caption" facets instead:

Caption Facets ScreenshotCaption Facets Screenshot

Just specify a title on your pageBlockSection:

<apex:pageBlockSection title="Subtitle" columns="4"> 

Section Title Screenshot

EDIT

You can also a header facet on each pageBlockTable. Perhaps that is more what you are going for.

<apex:pageBlockSection columns="3"> <apex:pageBlockTable> <apex:facet name="header">Table 1</apex:facet> </apex:pageBlockTable> <apex:pageBlockTable> <apex:facet name="header">Table 2</apex:facet> </apex:pageBlockTable> <apex:pageBlockTable> <apex:facet name="header">Table 3</apex:facet> </apex:pageBlockTable> </apex:pageBlockSection> 

Header Facets Screenshot

With "caption" facets instead:

Caption Facets Screenshot

Just specify a title on your pageBlockSection:

<apex:pageBlockSection title="Subtitle" columns="4"> 

Section Title Screenshot

EDIT

You can also a header facet on each pageBlockTable. Perhaps that is more what you are going for.

<apex:pageBlockSection columns="3"> <apex:pageBlockTable> <apex:facet name="header">Table 1</apex:facet> </apex:pageBlockTable> <apex:pageBlockTable> <apex:facet name="header">Table 2</apex:facet> </apex:pageBlockTable> <apex:pageBlockTable> <apex:facet name="header">Table 3</apex:facet> </apex:pageBlockTable> </apex:pageBlockSection> 

Header Facets Screenshot

With "caption" facets instead:

Caption Facets Screenshot

added 636 characters in body
Source Link
Adrian Larson
  • 152.6k
  • 38
  • 250
  • 434

Just specify a title on your pageBlockSection:

<apex:pageBlockSection title="Subtitle" columns="4"> 

ScreenshotSection Title Screenshot

EDIT

You can also a header facet on each pageBlockTable. Perhaps that is more what you are going for.

<apex:pageBlockSection columns="3"> <apex:pageBlockTable> <apex:facet name="header">Table 1</apex:facet> </apex:pageBlockTable> <apex:pageBlockTable> <apex:facet name="header">Table 2</apex:facet> </apex:pageBlockTable> <apex:pageBlockTable> <apex:facet name="header">Table 3</apex:facet> </apex:pageBlockTable> </apex:pageBlockSection> 

Header Facets Screenshot

With "caption" facets instead:

Caption Facets Screenshot

Just specify a title on your pageBlockSection:

<apex:pageBlockSection title="Subtitle" columns="4"> 

Screenshot

Just specify a title on your pageBlockSection:

<apex:pageBlockSection title="Subtitle" columns="4"> 

Section Title Screenshot

EDIT

You can also a header facet on each pageBlockTable. Perhaps that is more what you are going for.

<apex:pageBlockSection columns="3"> <apex:pageBlockTable> <apex:facet name="header">Table 1</apex:facet> </apex:pageBlockTable> <apex:pageBlockTable> <apex:facet name="header">Table 2</apex:facet> </apex:pageBlockTable> <apex:pageBlockTable> <apex:facet name="header">Table 3</apex:facet> </apex:pageBlockTable> </apex:pageBlockSection> 

Header Facets Screenshot

With "caption" facets instead:

Caption Facets Screenshot

Post Undeleted by Adrian Larson
Post Deleted by Adrian Larson
Source Link
Adrian Larson
  • 152.6k
  • 38
  • 250
  • 434

Just specify a title on your pageBlockSection:

<apex:pageBlockSection title="Subtitle" columns="4"> 

Screenshot