Expand only some of the categorized columns in a viewPanel upon opening

前端 未结 1 1876
轻奢々
轻奢々 2021-01-20 22:40

I am using a ViewPanel to show a categorized view. This view has 4 columns of categories. There are 3 additional columns that are totaled.

I want to open this view

相关标签:
1条回答
  • 2021-01-20 22:51

    To do this, just change the expand level of your datasource:

    <xp:this.data>
        <xp:dominoView var="view1" viewName="NameOfYourView" expandLevel="4" />
    </xp:this.data>
    

    EDIT:

    You can even control this by adding a simple URL parameter: nameOfXPage.xsp?expandLevel=3

    Have a nice day

    Sven

    0 讨论(0)
提交回复
热议问题