On Wed, Feb 24, 2010 at 17:30, Fritz Zaucker wrote:
> You can hide the column header menu.
>
Or you can listen for Table's "columnVisibilityMenuCreateEnd" event, and
remove that field from the menu.
Derrell
--
Download
You can hide the column header menu.
Cheers,
Fritz
On Wed, 24 Feb 2010, smisonl...@googlemail.com wrote:
> Hello,
>
> how ca i hide a tablecolumn inkl in the right popupmenu?
>
> i try this
>
>tableColumnModel2.setColumnVisible(5, false);
>
>
> or set the width to 0
>
> but alwa
Hello,
how ca i hide a tablecolumn inkl in the right popupmenu?
i try this
tableColumnModel2.setColumnVisible(5, false);
or set the width to 0
but always i can activate it by set it in the column header menulist
--