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
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