Should be rather simple no? “Show books” action will open second subapp with “root path” set to the author on which action was invoked. That way you have view limited to just the books and can have different column formatters shown. (setting root path dynamically while oppening subapp is showcased in neat-config app btw :D )
Or did I miss the point? Cheers, Jan > On 12 Jul 2016, at 10:34, Matteo Pelucco (via Magnolia Forums) > <fo...@magnolia-cms.com> wrote: > > Hi Mika, got your point, you are assuming to show both types on the same app, > hieararchically. > What I would like to achieve, is similar to Sitemap App. > > VIEW1: Authors > > [code] > > | FirstName | LastName | DateOfBirth | ... > | | | | ... > | John | Grisham | 19xx.xx.xx | ... > | Stephen | King | 19xx.xx.xx | ... > > > [/code] > > when selecting an author, e.g. Stephen King, an available standard action > "Show Books" appears on ActionBar. Clicking on it, [b]a new tab opens[/b], > with view2 > > VIEW2: Books (of Stephen King) > > [code] > > | Title | Year | Rating | ... > | | | | ... > | IT | 19xx | 5/6 | ... > | Another | 19xx | 6/6 | ... > > [/code] > > From the second view, books can be exported, edited, ... > > I'm trying to digging with Google Sitemap code, but it looks to me quite hard > to extend / integrate / change / adapt.. > > -- > Context is everything: > http://forum.magnolia-cms.com/forum/thread.html?threadId=58da7f6a-1f75-4ba3-bb3f-1ee4d82c8d31 > > > ---------------------------------------------------------------- > For list details, see http://www.magnolia-cms.com/community/mailing-lists.html > Alternatively, use our forums: http://forum.magnolia-cms.com/ > To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com> > ---------------------------------------------------------------- ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com> ----------------------------------------------------------------