You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I add simple url to pager, not using onChange event?
<li class="disabled"><a class="" href="http://website.com/news/page-1" aria-label="Go to first page">«</a></li>
<li class="disabled"><a class="" href="http://website.com/news/page-1" aria-label="Go to previous page">⟨</a></li>
<li class="active"><a class="undefined" href="http://website.com/news/page-1" aria-label="Go to page number 1">1</a></li>
<li class=""><a class="" href="http://website.com/news/page-2" aria-label="Go to page number 2">2</a></li>
<li class=""><a class="" href="http://website.com/news/page-3" aria-label="Go to page number 3">3</a></li>
<li class=""><a class="" href="http://website.com/news/page-4" aria-label="Go to page number 4">4</a></li>
<li class=""><a class="" href="http://website.com/news/page-5" aria-label="Go to page number 5">5</a></li>
<li class=""><a class="" href="http://website.com/news/page-3" aria-label="Go to next page">⟩</a></li>
<li class=""><a class="" href="http://website.com/news/page-10" aria-label="Go to last page">»</a></li>
The text was updated successfully, but these errors were encountered:
Hi support,
How can I add simple url to pager, not using onChange event?
The text was updated successfully, but these errors were encountered: