Skip to content

Instantly share code, notes, and snippets.

@shabaz-ejaz
Last active October 16, 2018 13:08
Show Gist options
  • Save shabaz-ejaz/4ecfa1996f04cc191b701ac0f87c9d45 to your computer and use it in GitHub Desktop.
Save shabaz-ejaz/4ecfa1996f04cc191b701ac0f87c9d45 to your computer and use it in GitHub Desktop.
Listview pagination
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