I wanted to use the layout.json way because I have a lot of fields to hide :-)
How do I match a json-layout with a single repo method? Erik On 05/19/2014 01:53 PM, Dan Haywood wrote: 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]><mailto:[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
