Order
From JRapid
The "order" attribute sets the order by which the properties of a entity will be displayed.
Each individual property can be specified to be displayed in an ascending or descending way by adding "asc" or "desc" after the name of the peroperty.
Usage:
<entity name = NAME label = LABEL order = COMMA_SEPARATED ORDER />
Example:
<entity name="Person" label="Person" order="firstName asc, lastName desc" />
