Hi.
I'm using JDeveloper 11.1.1.7.0
I need to center (horizontal and vertical) column headers, in a classic <af:column....> inside an <af:table...>
It's very important that only header is centered. The content could be left, center or right aligned.
I have tried this solution from other thread (Aligning column heading in the ADF table at centre), but it does not work:
<f:facet name="header">
<afh:rowLayout>
<afh:cellFormat halign="center">
<af:outputText value="column header"/>
</afh:cellFormat>
</afh:rowLayout>
</f:facet>
Any suggestion? Thank you