yii2-scroll-pager icon indicating copy to clipboard operation
yii2-scroll-pager copied to clipboard

Error: Setting unknown property: kop\y2sp\ScrollPager::linkContainerOptions

Open strtob opened this issue 4 years ago • 3 comments

Hi,

My project use a kartik gridview, I've configured the gridview according to the manuel, unfortunately I get this error:

Setting unknown property: kop\y2sp\ScrollPager::linkContainerOptions

Thanks a lot for any ideas.

BR, Toby

strtob avatar May 08 '21 19:05 strtob

This is from the gridview source:

$isBs4 = $this->isBs4(); if ($isBs4) { Html::addCssClass($this->options, 'kv-grid-bs4'); $this->setPagerOptionClass('linkContainerOptions', 'page-item'); $this->setPagerOptionClass('linkOptions', 'page-link'); $this->setPagerOptionClass('disabledListItemSubTagOptions', 'page-link'); }

can this be considered in the yii2-scroll-pager, if yes, where?

Thanks a lot!

strtob avatar May 15 '21 00:05 strtob

// 'bsVersion' => '4.x', remove bsVersion in params.php. Worked on my project.

blakadm avatar Jul 06 '21 14:07 blakadm

ok, is there a version for bs4?

strtob avatar Aug 06 '21 07:08 strtob