cancel
Showing results for 
Search instead for 
Did you mean: 

Hide columns dynamically

Former Member
0 Kudos

Hi All,

I am developing a web dynpro application (NW2004).

I want to hide some columns in a table when user clicks a button.

Can anyone help me how to do this?

Thanks

View Entire Topic
Former Member
0 Kudos

Bind IWDTableColumn.<i>visible</i> property to context attribute of (DDIC) type Visibility. Set attribute value to WDVisibility.NONE to hide column.

Armin