Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 List Views on one page: Paginations coupled / How to decouple them? #106

Open
chrisprog20 opened this issue Jun 1, 2018 · 0 comments
Open

Comments

@chrisprog20
Copy link

chrisprog20 commented Jun 1, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant