My Jdev version is 11.1.2.4.0
I am trying to stretch the height of <af:table without giving inlineStyle but for some reason the table is not expanding beyond certain point .
<af:showDetailItem text="Results" shortDesc="Search Results" id="sdi2"
>
<af:messages id="m1" inline="true"/>
<af:spacer height="10" id="s17"/>
<af:panelGroupLayout layout="vertical" id="pgl5" valign="top">
<af:panelCollection id="pc1" styleClass="AFStretchWidth"
featuresOff="statusBar">
<af:table varStatus="rowstatus" var="row"
rowSelection="multiple" id="t3" styleClass="AFStretchWidth" columnStretching="last"
filterVisible="true" contextMenuSelect="false" >
I have tried adding stretch layout out side pannel collection and providing styleClass="AFStretchWidth" to stretch layout along with stetting dimension from parent but still does not work