I face some problems on my ADF application.
How to avoid hiding table's Column from view Menu
On the image above how can i avoid that the user hidding "Empno" column?
May be somebody can help me?
In the af:column of the empno set the showRequiered property to true. This prevents hiding the column.