kriss/yii2-link-pager-with-submit link pager with page and pageSize submit

extensionwidgetlinkpager

link pager

link pager with page and pageSize submit

Preview

Effect picture 1

Installation

The preferred way to install this extension is through composer.

php composer.phar require --prefer-dist kriss/yii2-link-pager-with-submit "*" -vvv

Usage

Once the extension is installed, simply use it in your GridView Or ListView and others by :

<?= yii\grid\GridView::widget([
    'dataProvider' => $dataProvider,
    'pager' => [
        'class' => \kriss\widgets\LinkPagerWithSubmit::className(),
    ],
    'columns' => [
        ['class' => 'yii\grid\SerialColumn'],
        'id',
    ],
]); ?>

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



v1.0 is the latest of one release



MIT license
Stats
2 github stars & 0 github forks
0 downloads in the last day
0 downloads in the last 30 days
106 total downloads