nick-denry / yii2-round-switch-column
Round switch ToggleColumn for Yii2 GridView
Installs: 3 906
Dependents: 1
Suggesters: 0
Security: 0
Stars: 11
Watchers: 2
Forks: 2
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.6
- yiisoft/yii2: >=2.0.8
This package is auto-updated.
Last update: 2024-11-05 10:38:55 UTC
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.