Skip to Content
0
Former Member
Aug 10, 2009 at 01:00 PM

WebDynpro: OVS hide column

72 Views

Hi gurus!

Here is my code to hide column in OVS

ovs_callback_object->set_configuration(
                window_title = 'title'
                table_header = 'title'
                *col_count    = 1*
                row_count    = 10 ).

unfortunatly it doesn't work (

The second column stay visible.

Is there another way to do it?

Thanks for any ideas!