Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
strtob opened this issue May 8, 2021 · 3 comments

Comments

@strtob
Copy link

strtob commented May 8, 2021

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
Copy link
Author

strtob commented May 15, 2021

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!

@blakadm
Copy link

blakadm commented Jul 6, 2021

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

@strtob
Copy link
Author

strtob commented Aug 6, 2021

ok, is there a version for bs4?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants