Column order of Table with JPAContainer

Hello all

I am experimenting with the JPAContainer to retrieve data instead of doing it manually and everything works pretty well except the data presentation in the table is not to my liking.

The columns of the table are not in the order I want them to be. Is there a way to control the column index with the JPAContainer?

Thanks
Alex

You can use the setVisibleColumns(Object visibleColumns) method of the Table class. The columns in the table will be shown in the order of appearance in the array.