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

How to go correctly to list page? #13

Open
leeminhye opened this issue Mar 29, 2019 · 0 comments
Open

How to go correctly to list page? #13

leeminhye opened this issue Mar 29, 2019 · 0 comments

Comments

@leeminhye
Copy link

leeminhye commented Mar 29, 2019

How to go correctly to list page?

i have a problem when i go back to the list page with paginathing.

Let me explain the situation.

There are 15 articles.
I made list page with paginathing.

i controlled the paginathing like this..
{
Page: 10,
limitPagination: 2
}

first page is ok,
second page, there are 5 titles in the list.

When i click the list button on article detail view at second page of pagination, ((Page 2/2))
it goes the list at first page. ((Page 1/2))

But i'd like to go just back page: To second page of pagination!

(i read 15th article at second page.. and then i click the list button. It should be second page of pagination )

How can i control this problem?

do you have those kinds of tag?
(like..
currentPage or
bootpag: Use template for hrefs: "#pro-page-{{number}}")

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