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

paginate in bootstrap / prev, next btn class #94

Open
HeoJinHo opened this issue Jul 1, 2021 · 3 comments
Open

paginate in bootstrap / prev, next btn class #94

HeoJinHo opened this issue Jul 1, 2021 · 3 comments

Comments

@HeoJinHo
Copy link

HeoJinHo commented Jul 1, 2021

image

prev or next btn display is none....

befor : <a class="page-link" href="#" aria-label="Next"><span aria-hidden="true">» </span> <span class="sr-only"> Next </span> </a>
what i want
<a class="page-item" href="#" aria-label="Next"><span aria-hidden="true" class="page-link">»</span><span class="sr-only">Next</span></a>

Emitted when some classes are deleted or added. What's the problem?

@lixxu
Copy link
Owner

lixxu commented Jul 1, 2021

which version of bs do you use?

@HeoJinHo
Copy link
Author

HeoJinHo commented Jul 14, 2021

어떤 버전의 bs를 사용합니까?

style : bootstrap4 !

Pagination : 0.8.1

@lixxu
Copy link
Owner

lixxu commented Jul 14, 2021

you can check the docs: https://getbootstrap.com/docs/4.6/components/pagination/.
css class for href is page-link not page-item, page-item is for li

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

2 participants