Hi All,
I am using JDeveloper 11.1.1.4.
My Scenario is I need to show one column as footer in <af:table>
So I used <f:face name=footer> tag .It's working fine .
But the problem is when the table have the rows the footer is showing bottom of the table.
When the table has no record the footer is comes up . How to set the footer always bottom of the page ?
My Page like :
<af:table>
<af:column></af:Column>
<af:column>
<f:facet name="footer">
</f:facet>
</af:Column>
</af:table>
Thanks .
David...