Table, column order and BeanItemContainer

Hi everybody,

I’m looking for a way to change the default order in which columns are showed in a Table object when the table data source is connected to a BeanItemContainer (in my case an extended class from BeanItemContainer). Is it possible?

Thanks in advance!
Hernán

Hi!

You can use setVisibleColumns().

Mich