I am trying to render a table using adf treeTable component. The table has got somany columns and I just want to show only few columns by default. If the user selects few more columns from view menu on the panel, then selected columns should be shown but by default when the table gets rendered fro the first time, I want show only set of columns.

Default behavior of the treeTable is it shows all the columns. Please help in here. Thanks in advance

link|improve this question

76% accept rate
feedback

2 Answers

Try using rendering property on table columns. Tie it with some method (for example in backing bean) which returns boolean value, or some boolean property. In that method you can do whatever checking you need

link|improve this answer
feedback
up vote 0 down vote accepted

Setting disabled="true" for the column does the trick. Found it after little trail and error. thank

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.