dickyermawan / yii2-actioncolumn-btngroup
ActionColumn with Button Group Style of Bootstrap
Installs: 313
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 2
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2025-03-15 03:40:26 UTC
README
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']
],