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
I had this problem with Bootstrap TbThumbnails in Yii:
Pagination shows well when the page is initially loaded, but if we click in the last page link then it shows all the records instead of just one page of records.
The Link Pager buttons are initially shown under the records, like we set in the 'template' parameter, but when we click in the last page link it moves above the records instead of under them.
I had this problem with Bootstrap TbThumbnails in Yii:
Pagination shows well when the page is initially loaded, but if we click in the last page link then it shows all the records instead of just one page of records.
The Link Pager buttons are initially shown under the records, like we set in the 'template' parameter, but when we click in the last page link it moves above the records instead of under them.
The code in the view (the wrong one):
But if I use TbListView it works fine:
It also works if I set ajaxUpdate = false:
Any explanation? Any know problem with ajaxUpdate?
Thank you for the Yiistrap extension, it is great!
The text was updated successfully, but these errors were encountered: