We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ad221 commit fac8923Copy full SHA for fac8923
src/Schema/Pagination/Yidas/views/cursor.php
@@ -22,7 +22,7 @@
22
<?php endif ?>
23
24
<?php foreach ($this->_buttonStack as $key => $btnPage): ?>
25
- <a <?=$linkAttributes?> data-target="[data-pagination-content]" class="<?php if(($page)==$btnPage):?>active<?php endif ?>" href="<?=$this->pagination->createUrl($btnPage);?>"><?=$btnPage?></a>
+ <a class="<?php if(($page)==$btnPage):?>active<?php endif ?>" href="javascript:void(0)"><?=$btnPage?></a>
26
<?php endforeach ?>
27
28
<?php if($isLast):?>
0 commit comments