This [Yii Framework] provides data displaying widgets:
- ListView
- GridView
- DetailView
For license information check the LICENSE-file.
Documentation is at docs/guide/README.md.
The preferred way to install this extension is through composer.
Either run
php composer.phar require yiisoft/yii-dataview
or add
"yiisoft/yii-dataview": "^3.0"
to the require section of your composer.json
.