samuelelonghin / yii2-round-switch-column
Round switch ToggleColumn for Yii2 GridView
Installs: 19
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
Type:yii2-extension
Requires
- php: >=5.6
- yiisoft/yii2: >=2.0.8
- yiisoft/yii2-bootstrap5: *
README
Round switch column with toggle action for yii2 GridView
Preview
With AdminLTE
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist nick-denry/yii2-round-switch-column
or add
"nick-denry/yii2-round-switch-column": "^0.1.2"
to the require section of your composer.json
file.