I have a Notes view where the first column shows nested categories by separating values with backslashes.E.g. If the value of the first column for one document is “Bugs\Formula”, the Notes client shows something like this:
I’m trying to get the same functionality in an XPage view, but there’s one annoying problem: nested categories are shown with the same indent level as the parent category. Here’s a pic of the XPage version of the Notes view. “Formula”, “LotusScript” and “Profile Documents” clearly have the same indent level as the parent category “Bugs”, when they should be indented further:
Is there any way to make the indenting match the Notes client?