Hi all,
how can I order fields in the filter mask and in the results list(listable) ? For exampre I need the input field 'Name' is located before the field 'Country'
Thank you,
Mario
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
to order fields in Roma you can use the @CoreClass(orderFields="field1 field2") annotation on your class.
An alternative is to explicitly write fields in the xml annotation of your class ; in that case Roma will display fields in the order they appear in the xml
Luigi
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
how can I order fields in the filter mask and in the results list(listable) ? For exampre I need the input field 'Name' is located before the field 'Country'
Thank you,
Mario
Hi Mario,
to order fields in Roma you can use the @CoreClass(orderFields="field1 field2") annotation on your class.
An alternative is to explicitly write fields in the xml annotation of your class ; in that case Roma will display fields in the order they appear in the xml
Luigi