You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
our client has on one page 2 list views. One for category "Top news" (in the following called "A") and one for category "Other news" (in the following called "B") where A and B do not have any news in common.
The thing is that category A has two news items and category B over 50.
Both list views have a pagination. The pagination for category A is allowed to show only one item per page, the pagination of category B is allowed to show 6 items per page.
Now the following happens: If one clicks on page 2 of the second list view, the first list view also changes on page 2. If one clicks then on page 3 of the second list view the first list view also changes on page 3 but then there is no news any more and the navigation from the second list view "jumps up" as the reserved space for the news of category A has then zero height.
Now my question:
Is there a way to configure the pointers for each pagination differently?
Or can you recommend any other setting/way in order that I have those two list views but each of them
works independently from each other - hence with decoupled paginations?
Thank you very much for your answer in advance :)
Cheers
Christian
The text was updated successfully, but these errors were encountered:
Hi tt_news developers,
our client has on one page 2 list views. One for category "Top news" (in the following called "A") and one for category "Other news" (in the following called "B") where A and B do not have any news in common.
The thing is that category A has two news items and category B over 50.
Both list views have a pagination. The pagination for category A is allowed to show only one item per page, the pagination of category B is allowed to show 6 items per page.
Now the following happens: If one clicks on page 2 of the second list view, the first list view also changes on page 2. If one clicks then on page 3 of the second list view the first list view also changes on page 3 but then there is no news any more and the navigation from the second list view "jumps up" as the reserved space for the news of category A has then zero height.
Now my question:
Is there a way to configure the pointers for each pagination differently?
Or can you recommend any other setting/way in order that I have those two list views but each of them
works independently from each other - hence with decoupled paginations?
Thank you very much for your answer in advance :)
Cheers
Christian
The text was updated successfully, but these errors were encountered: