2017 © Pedro Peláez
 

yii2-extension yii2-pagesizer

Adds a page size selector to grid views and list views.

image

nkovacs/yii2-pagesizer

Adds a page size selector to grid views and list views.

  • Monday, October 13, 2014
  • by nkovacs
  • Repository
  • 5 Watchers
  • 6 Stars
  • 12,394 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

Yii 2 page size selector for grid and list view

Adds a page size selector to grid views and list views., (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist nkovacs/yii2-pagesizer "*"

or add, (*4)

"nkovacs/yii2-pagesizer": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, replace \yii\grid\GridView with \nkovacs\pagesizer\GridView and \yii\widgets\ListView with \nkovacs\pagesizer\ListView., (*6)

You can use {pagesizer} inside the $layout property to customize the page sizer widget's placement, and the $pageSizer property to customize the page sizer widget., (*7)

The Versions

13/10 2014

dev-master

9999999-dev

Adds a page size selector to grid views and list views.

  Sources   Download

BSD-3-Clause

The Requires

 

by Nikola Kovacs

extension yii2

13/10 2014

1.0.0

1.0.0.0

Adds a page size selector to grid views and list views.

  Sources   Download

BSD-3-Clause

The Requires

 

by Nikola Kovacs

extension yii2