Seite 1 von 1

Document with more than one listviews and pagination

Verfasst: Mi 5. Aug 2015, 12:39
von ounos
I have a document with 2 different listviews. Is it possible to use pagination that will affect only the one of them ?

Re: Document with more than one listviews and pagination

Verfasst: Mi 5. Aug 2015, 13:58
von ThomasGoebe
Just give your listviews a name:

Code: Alles auswählen

<we:listview name="listview1">
</we:listview>

<we:listview name="listview2">
</we:listview>
That should help.

Re: Document with more than one listviews and pagination

Verfasst: Do 6. Aug 2015, 09:30
von ounos
It works! Thank you.