Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

stretch height of Table inside <af:panelCollection> which is inside <af:showDetailItem

KSharma04Aug 4 2017 — edited Aug 21 2017

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

This post has been answered by KSharma04 on Aug 8 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 18 2017
Added on Aug 4 2017
6 comments
811 views