In the Notes client, a view with response docs shows most columns for parent docs only, while response docs appear as a single column that spans most of the view width.
If I put a view like this on an XPage, every column shows for every doc. How can I make it so the XPage view appears like the Notes view, with response rows only having one column that spans the width of the view panel?
Subject: The view panel can be restrictive as in this case…
…where the column values are confined to the columns.
To get the data to span columns we have to try something that will be more flexible. For this try using a Data Table or a Repeat container (see example below)
Here, we can be use Repeat inside a Repeat inside a Table to get something that’ll display somethng close to what you see in Notes.