Re: [qooxdoo-devel] Toggling visibility of a column in a table

2007-05-14 Thread Derrell . Lipman
dperez <[EMAIL PROTECTED]> writes: > Dear table gurus, > > Why changing the visibility of a column in a table produces strange visual > effects? > Is this a bug? > > Here is the code: > > myTable.getTableColumnModel().setColumnVisible(0, false) > > This happens for example when hiding the ID colum

[qooxdoo-devel] Toggling visibility of a column in a table

2007-05-08 Thread dperez
Dear table gurus, Why changing the visibility of a column in a table produces strange visual effects? Is this a bug? Here is the code: myTable.getTableColumnModel().setColumnVisible(0, false) This happens for example when hiding the ID column of a ComboBoxEx. See sample ComboBoxEx_1.html Shoul