Closed srakl closed 3 years ago
Thank you for your question. In order for this issue tracker to be effective, it should only contain bug reports and feature requests.
We advise you to use our community driven resources:
If you are confident that there is a bug in the framework, feel free to provide information on how to reproduce it. This issue will be closed for now.
I'm using Yii2 2.0.42.1. on my gridview i've changed to to POST and disabled pjax.
when i add
'linkOptions'=> ['data-pjax' => '0'],
the pagination doesn't become bootstrap pagination, but the pagination works.when i remove
'linkOptions'=> ['data-pjax' => '0'],
the pagition UI is bootstrap, but pagination doesn't work at allany idea how to fix this? I also have multiple gridviews on the same page.