yiister / yii2-advanced-grid
Advanced GridView extension for Yii framework 2
Package info
github.com/yiister/yii2-advanced-grid
Type:yii2-extension
pkg:composer/yiister/yii2-advanced-grid
1.0.1
2016-09-19 14:29 UTC
Requires
- php: >=5.4.0
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-bootstrap: ~2.0.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-04 17:46:25 UTC
README
The extension provides different columns for yii\grid\GridView widget.
You can see examples at the demo page.
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist yiister/yii2-advanced-grid
or add
"yiister/yii2-advanced-grid": "~1.0"
to the require section of your composer.json.