Showing posts with label align column header to center. Show all posts
Showing posts with label align column header to center. Show all posts

Monday, May 4, 2015

Align the column header and components in the column to "center" in af:table ADF

Column Header:

Add the tag align="center" 

Component in Column Header:

Add the tag inlineStyle="text-align:center;"

Example:

<table>
<af:column id="c23" align="center" headerText="Column Header" width="7%" inlineStyle="text-align:center;">
</table>