Open HeoJinHo opened 3 years ago
which version of bs do you use?
어떤 버전의 bs를 사용합니까?
style : bootstrap4 !
Pagination : 0.8.1
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
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?