Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nick-denry/yii2-round-switch-column
Round switch ToggleColumn for Yii2 GridView
https://github.com/nick-denry/yii2-round-switch-column
gridview round-slider toggle-action toggle-switches yii2
Last synced: about 1 month ago
JSON representation
Round switch ToggleColumn for Yii2 GridView
- Host: GitHub
- URL: https://github.com/nick-denry/yii2-round-switch-column
- Owner: nick-denry
- License: mit
- Created: 2018-03-11T15:50:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T14:02:04.000Z (over 6 years ago)
- Last Synced: 2024-11-07T18:57:01.804Z (about 2 months ago)
- Topics: gridview, round-slider, toggle-action, toggle-switches, yii2
- Language: PHP
- Size: 31.3 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Round switch column with toggle action for yii2 GridView
[![Latest Stable Version](https://poser.pugx.org/nick-denry/yii2-round-switch-column/version)](https://packagist.org/packages/nick-denry/yii2-round-switch-column) [![Total Downloads](https://poser.pugx.org/nick-denry/yii2-round-switch-column/downloads)](https://packagist.org/packages/nick-denry/yii2-round-switch-column) [![Latest Unstable Version](https://poser.pugx.org/nick-denry/yii2-round-switch-column/v/unstable)](//packagist.org/packages/nick-denry/yii2-round-switch-column) [![License](https://poser.pugx.org/nick-denry/yii2-round-switch-column/license)](https://packagist.org/packages/nick-denry/yii2-round-switch-column)
Preview
-------
With [AdminLTE](https://github.com/dmstr/yii2-adminlte-asset)![Preview](https://user-images.githubusercontent.com/1450983/37547401-780c0374-2982-11e8-8bc1-372ccf8a8c78.png)
Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
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.
Docs
-----
* [Configuration](docs/configuration.md)
* [Advanced usage](docs/advanced-usage.md)
* [Theming](docs/theming.md)