Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yiister/yii2-advanced-grid

Advanced GridView extension for Yii framework 2
https://github.com/yiister/yii2-advanced-grid

Last synced: 3 days ago
JSON representation

Advanced GridView extension for Yii framework 2

Awesome Lists containing this project

README

        

Yii2 Advanced Grid
==================

The extension provides different columns for `yii\grid\GridView` widget.

You can see examples at the [demo page](http://yiister.ru/projects/advanced-grid).

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

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

Either run

```
composer require --prefer-dist yiister/yii2-advanced-grid
```

or add

```json
"yiister/yii2-advanced-grid": "~1.0"
```

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