Re: [qooxdoo-devel] Hide Table cell

2010-02-25 Thread Derrell Lipman
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

Re: [qooxdoo-devel] Hide Table cell

2010-02-24 Thread Fritz Zaucker
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

[qooxdoo-devel] Hide Table cell

2010-02-24 Thread smisonl...@googlemail.com
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 --