dickyermawan/yii2-actioncolumn-btngroup ActionColumn with Button Group Style of Bootstrap

extensionactioncolumnbuttongroup

ActionColumn Button Group

ActionColumn with Button Group Style of Bootstrap

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist dickyermawan/yii2-actioncolumn-btngroup "*"

or add

"dickyermawan/yii2-actioncolumn-btngroup": "*"

to the require section of your composer.json file.

Usage

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

// some code in GridView columns

[
    'class' => 'dickyermawan\ActionColumn\BtnGroup',
    'type' => 'vertical',
    'label' => ['Lihat', 'Ubah', 'Hapus']
],

Note: type and label are optional. try it yourself to know

Screenshots
Screenshoot Role Screenshoot Role Screenshoot Role Screenshoot Role

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



v1.2 is the latest of 3 releases



MIT license
Stats
3 github stars & 1 github forks
0 downloads in the last day
0 downloads in the last 30 days
312 total downloads