rokorolov/yii2-rowaction-grid RowAction is a column for the GridView widget that displays links for viewing and manipulating the items.

extensionactiongrid

yii2-rowaction-grid

RowAction is a column for the GridView widget that displays links for viewing and manipulating the items.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist rokorolov/yii2-rowaction-grid "*"

or add

"rokorolov/yii2-rowaction-grid": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

use rokorolov\rowaction\RowAction;

'columns' => [
    // ...
    [
        'class' => RowAction::className(),
        'attribute' => 'title',
        // you may configure additional properties here
    ],
]

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



v1.0.0 is the latest of one release



BSD-3-Clause license
Stats
1 github stars & 1 github forks
0 downloads in the last day
0 downloads in the last 30 days
8 total downloads