table collapse (hide all/ show all)

Hi,
is there a way to get in the menu of the collapse, the link “show all” and “hide everything”?
I would not implement two buttons with Table.setColumnCollapsed ()

thanks in advance

Emanuele

Currently, the Table widget does not support such options, so you would need your own buttons or tweaks to VTable, which might not be that easy to do cleanly.

Note that in most applications, “collapse all” would not really make sense - you would want to have some minimal default set of columns instead.