PHPackages                             rikcage/yii2-grid-column-select - 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. [Framework](/categories/framework)
4. /
5. rikcage/yii2-grid-column-select

ActiveYii2-extension[Framework](/categories/framework)

rikcage/yii2-grid-column-select
===============================

Show hide change position selected columns in grid, extension for Yii 2.0 Framework

0.0.4(6y ago)1665MITPHP

Since Jun 21Pushed 6y agoCompare

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

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

Grid column select for kartik grid, Extension for Yii 2.0 Framework
===================================================================

[](#grid-column-select-for-kartik-grid-extension-for-yii-20-framework)

Show / hide change position selected columns in grid, extension for Yii 2.0 Framework

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

[](#installation)

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

To install, either run

```
$ php composer.phar require rikcage/yii2-grid-column-select "*"

```

or add

```
"rikcage/yii2-grid-column-select": "*"

```

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

Usage
-----

[](#usage)

in your views

```
use rikcage\grid_column_select\ColumnSelector;

use kartik\grid\GridView;
or
use yii\grid\GridView;

```

if you want save selection of columns which user selected, in db you should add in your settings file (/common/config/main.php)

```
	'modules' => [
    ...
		'columnSelector' => [
			'class' => 'rikcage\grid_column_select\ColumnSelector',
			'params' => [
				'userClass' => 'common\models\User', // models of user settings
				'userid' => 'id', // field name which have user identity Yii::$app->user->identity->id
				'settings_field' => 'params', // field name for save parameters which user selected
			]
		],

	],

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~6 days

Total

4

Last Release

2498d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29402340?v=4)[rik cage](/maintainers/rikcage)[@rikcage](https://github.com/rikcage)

---

Tags

gridyii2extensionyiichange position columnsShow hide columns

### Embed Badge

![Health badge](/badges/rikcage-yii2-grid-column-select/health.svg)

```
[![Health](https://phpackages.com/badges/rikcage-yii2-grid-column-select/health.svg)](https://phpackages.com/packages/rikcage-yii2-grid-column-select)
```

###  Alternatives

[kartik-v/yii2-dynagrid

Turbo charge the Yii 2 GridView with personalized columns, page size, and themes.

743.1M27](/packages/kartik-v-yii2-dynagrid)[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
