zakharov-andrew/yii2-gridview-plus
最新稳定版本:v0.0.3
Composer 安装命令:
composer require zakharov-andrew/yii2-gridview-plus
包简介
Yii2 GridView Plus
README 文档
README
Enhanced GridView with various utilities for Yii Framework 2.0
Installation
The preferred way to install this extension is through composer.
Either run
$ composer require zakharov-andrew/yii2-gridview-plus
or add
"zakharov-andrew/yii2-gridview-plus": "*"
to the require section of your composer.json file.
Usage
Add this to your action in the controller
class DefaultController extends Controller
{
//...
public function actionYourAction()
{
\ZakharovAndrew\grid\assets\GridViewPlusAsset::register($this->view);
// ...
}
}
License
yii2-gridview-plus it is available under a MIT License. Detailed information can be found in the LICENSE.md.
统计信息
- 总下载量: 94
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-11-18