https://github.com/hiqdev/yii2-higrid
Yii 2 advanced grid
https://github.com/hiqdev/yii2-higrid
hacktoberfest
Last synced: 12 months ago
JSON representation
Yii 2 advanced grid
- Host: GitHub
- URL: https://github.com/hiqdev/yii2-higrid
- Owner: hiqdev
- License: bsd-3-clause
- Created: 2015-04-10T07:16:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T14:13:43.000Z (about 5 years ago)
- Last Synced: 2024-11-05T00:07:07.070Z (over 1 year ago)
- Topics: hacktoberfest
- Language: PHP
- Size: 55.7 KB
- Stars: 3
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Yii2 HiGrid
**Advanced Grid for Yii2**
[](https://packagist.org/packages/hiqdev/yii2-higrid)
[](https://packagist.org/packages/hiqdev/yii2-higrid)
[](https://travis-ci.org/hiqdev/yii2-higrid)
[](https://scrutinizer-ci.com/g/hiqdev/yii2-higrid/)
[](https://scrutinizer-ci.com/g/hiqdev/yii2-higrid/)
[](https://www.versioneye.com/php/hiqdev:yii2-higrid/dev-master)
Allows to use grid columns for DetailView and more.
## Installation
The preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/).
Either run
```sh
php composer.phar require "hiqdev/yii2-higrid"
```
or add
```json
"hiqdev/yii2-higrid": "*"
```
to the require section of your composer.json.
## License
This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).
Copyright © 2015-2017, HiQDev (http://hiqdev.com/)