I am using apache ISIS for almost a year and it is a great framework. I am trying to improve the usability of the generated user interface and I am looking for a way to order the columns of a collection as displayed on the screen.
I could not find a way to order the columns using @Collection or @CollectionLayout and could not find an example if it is possible in the layout.xml file.
It would really improve the usability of my user interface if the most relevant columns of a collection would be displayed first - on the left side of the table - in the table view.
(My domain entities showed in a collection property often have a super class defining common fields. The display of attributes of a single entity is perfect using layout.xml and the bootstrap layout, but I still looking for a similar construct for collections displayed as tables in the user interface. I could not find any hints in the documentation or the advanced guide).
Thanks for any hints how I could control the order of columns in a table displaying a collection of domain entities and improve the user interface usability.