Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yiister/yii2-advanced-grid
- Owner: yiister
- License: bsd-3-clause
- Created: 2016-07-25T18:59:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T05:56:52.000Z (8 months ago)
- Last Synced: 2024-09-21T23:48:23.699Z (3 months ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 47
- Watchers: 11
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-yii2 - yiister/yii2-advanced-grid - grid) 体验。 (Extension 扩展)
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.