You can use @Hidden(where=Where.STANDALONE_TABLES) or ALL_TABLES or PARENTED_TABLES.
Also REFERENCES_PARENT is useful for parented tables, as it automatically excludes the reference to a parent. If you prefer to avoid annotations, use the dynamic layout.json instead. This has the advantage of not requiring a restart (if you are not using JRebel, that is). HTH Dan On 19 May 2014 12:46, Erik de Hair <[email protected]> wrote: > Hi, > > How to manage which fields are displayed in a default list view (result of > a repo finder method)? I can't find an example... > > Thanks, > Erik >
