Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)