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!