Hi,
I have a table that contains beans and two generated columns.
How is it possible to specify the order of columns? In particular I need:
- a property
- first generated column
- a property
- second generated column
Thanks,
Emanuele
Hi,
I have a table that contains beans and two generated columns.
How is it possible to specify the order of columns? In particular I need:
Thanks,
Emanuele
The addGeneratedColumn() places the generated column as the last column.
I think that you should use setVisibleColumns() after that.
Marios
thanks
it works
Emanuele