Hi Victor, you can use @Hidden(where=PARENTED_TABLES|STANDALONE_TABLES|ALL_TABLES|REFERENCES_PARENT) ... see [1]
It's also possible to specify this information using the xxx.layout.json file [2], [3]; has the benefit that there's no need to keep restarting the app. Cheers Dan [1] http://isis.apache.org/reference/recognized-annotations/Hidden-deprecated.html [2] http://isis.apache.org/components/viewers/wicket/dynamic-layouts.html [3] https://github.com/apache/isis/blob/master/example/application/todoapp/dom/src/main/java/dom/todo/ToDoItem.layout.json#L95 On 26 January 2015 at 19:27, Victor Oomens <[email protected]> wrote: > Hi, > > I'm using isis version 1.7.0 and I would like to 'hide' a number of > columns in table view, because the table gets to wide for normal screens. > How can I do that? > > Kind regards, > > Victor Oomens
