wisard17/yii2-data-table
Composer 安装命令:
composer require wisard17/yii2-data-table
包简介
The DataTable extension for the Yii2 framework
关键字:
README 文档
README
DataTables Extension for Yii 2
Extension for Yii framework 2.0. to used DataTables easy.
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist wisard17/yii2-data-table
or add
"wisard17/yii2-data-table": "~1.0.0"
to the require section of your composer.json file.
Usage
For example, the following is simple code:
<?= wisard17\DataTableView::widget([ 'columns' => [ 'Customer_ID', 'action', 'Customer_Name', 'Office_Phone', 'Office_Email', ], 'model' => new Model(), ]) ?>
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2017-05-23