Last active
October 16, 2018 13:08
-
-
Save shabaz-ejaz/4ecfa1996f04cc191b701ac0f87c9d45 to your computer and use it in GitHub Desktop.
Listview pagination
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ListView::widget([ | |
'dataProvider' => $listDataProvider, | |
'pager' => [ | |
'firstPageLabel' => 'first', | |
'lastPageLabel' => 'last', | |
'prevPageLabel' => 'previous', | |
'nextPageLabel' => 'next', | |
'maxButtonCount' => 3, | |
], | |
]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment