lixxu / flask-paginate

Pagination support for flask
Other
281 stars 78 forks source link

paginate in bootstrap / prev, next btn class #94

Open HeoJinHo opened 3 years ago

HeoJinHo commented 3 years ago

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 commented 3 years ago

which version of bs do you use?

HeoJinHo commented 3 years ago

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

style : bootstrap4 !

Pagination : 0.8.1

lixxu commented 3 years ago

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