> Tnc Dan. I checked those already but somehow it is not clear to me how to > order columns within a table that represents a collection. (Without altering > the order of fields in the form using @MemberOrder). Is there a way to do > that?
statically via @MemberOrder and @MemberGroupLayout annotations, see [1] dynamically via .layout.json file: see [2] HTH Dan [1] http://isis.apache.org/components/viewers/wicket/static-layouts.html [2] http://isis.apache.org/components/viewers/wicket/dynamic-layouts.html On 2 September 2014 08:28, wrote: > Hi, > > > > How can I order the columns (properties of an object) of an collection in > the wicketviewer? I think Jeroen told me but I forgot, sorry. > > (I would like to know how to do it using JSON layout and/or Annotations) > > For example ordering all persons in my socrates app [1] > > > > [1] https://github.com/johandoornenbal/socrates > > > > > > > > > > �
