Currently only with CSS

update application.css, eg in the kitchensink app:

.org-isisaddons-app-kitchensink-dom-hierarchy-parent-ParentObject .children
.title-column {
    display: none;
}

I know that in Naked Objects .NET, their equivalent of @CollectionLayout
has a title=true|false attribute; wouldn't be averse to implementing that
in Apache Isis also.

HTH
Dan


On 2 November 2016 at 07:58, Bilgin Ibryam <[email protected]> wrote:

> Hhhmmm, looking at the implementation I can see how it can hide
> certain columns that correspond to a property, but I want to hide the
> column that is auto generated link to the entity itself and doesn't
> corresponds to a specific property I believe. Any idea how to hide
> that column?
>
>
>
> On 2 November 2016 at 07:55, Bilgin Ibryam <[email protected]> wrote:
> > Thanks Martin, I did see the commit but didn't realized it was what I
> needed.
> >
> > Cheers,
> >
> > On 2 November 2016 at 07:07, Martin Grigorov <[email protected]>
> wrote:
> >> Hi Bilgin,
> >>
> >> Check https://issues.apache.org/jira/browse/ISIS-1529
> >>
> >> Martin Grigorov
> >> Wicket Training and Consulting
> >> https://twitter.com/mtgrigorov
> >>
> >> On Wed, Nov 2, 2016 at 8:04 AM, Bilgin Ibryam <[email protected]>
> wrote:
> >>
> >>> Hi all,
> >>>
> >>> before creating a new feature ticket I wanted to check whether there
> >>> is a way to achieve what I want.
> >>> I have a collection of view models and each view model has a link to
> >>> the view model itself. But I'd like to hide the first column which is
> >>> the link to the view model itself. It seems currently there is no way
> >>> to hide that column, or modify it to point to a different entity
> >>> rather than view model.
> >>>
> >>> Thanks
> >>>
> >>> --
> >>> Bilgin Ibryam
> >>> Camel Committer at ASF & Integration Architect at Red Hat
> >>> Blog: http://ofbizian.com | Twitter: @bibryam
> >>>
> >>> Camel Design Patterns https://leanpub.com/camel-design-patterns
> >>> Instant Apache Camel Message Routing http://www.amazon.com/dp/17832
> 83475
> >>>
> >
> >
> >
> > --
> > Bilgin Ibryam
> > Camel Committer at ASF & Integration Architect at Red Hat
> > Blog: http://ofbizian.com | Twitter: @bibryam
> >
> > Camel Design Patterns https://leanpub.com/camel-design-patterns
> > Instant Apache Camel Message Routing http://www.amazon.com/dp/1783283475
>
>
>
> --
> Bilgin Ibryam
> Camel Committer at ASF & Integration Architect at Red Hat
> Blog: http://ofbizian.com | Twitter: @bibryam
>
> Camel Design Patterns https://leanpub.com/camel-design-patterns
> Instant Apache Camel Message Routing http://www.amazon.com/dp/1783283475
>

Reply via email to