PHPackages                             dixonstarter/yii2-toggle-column - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. dixonstarter/yii2-toggle-column

ActiveYii2-extension

dixonstarter/yii2-toggle-column
===============================

yii2 toggle column for update in gridview

1.0.0(10y ago)193.4k↓100%7[2 issues](https://github.com/dixonsatit/yii2-toggle-column/issues)Apache-2.0PHP

Since Apr 9Pushed 10y ago6 watchersCompare

[ Source](https://github.com/dixonsatit/yii2-toggle-column)[ Packagist](https://packagist.org/packages/dixonstarter/yii2-toggle-column)[ RSS](/packages/dixonstarter-yii2-toggle-column/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Yii2 Toggle Column
==================

[](#yii2-toggle-column)

yii2 toggle column for update in gridview

[![](img/thumbnail.gif)](img/thumbnail.gif)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist dixonstarter/yii2-toggle-column "*"

```

or add

```
"dixonstarter/yii2-toggle-column": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

GridView
--------

[](#gridview)

```
use yii\grid\GridView;
use yii\widgets\Pjax;

//.....
