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!

how to hide the column in a adf table.

SandeepwDec 22 2014 — edited Dec 22 2014

I have created the ADF table and surround it by the panel collection, the data in the table is coming from the backing bean variable. Depending on the condition there are few columns which needs to hide with the user. I have used visible="false", where the value of false will come from backing bean. However in the table user still have the option to unhide the column. Is there any any to hide the column permanently with user. Attaching the sample code:

<af:column sortable="false" headerText="column1" id="c13" visible="false">

                                    <af:outputText value=" id="ot13"/>

                                </af:column>

This post has been answered by Alejandro Tovar Lanz on Dec 22 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 19 2015
Added on Dec 22 2014
1 comment
1,063 views