fawno/cakephp-datatables-helpers
最新稳定版本:0.0.9
Composer 安装命令:
composer require fawno/cakephp-datatables-helpers
包简介
DataTables Helpers for CakePHP 4.0
关键字:
README 文档
README
CakePHP 4.x Helpers to generate HTML with DataTables
How to... ?
Installation
If you want the latest version of the plugin:
- Add the plugin to your
composer.json(see below if you want to use another branch / version):
composer require fawno/cakephp-datatables-helpers:dev-master
// Or the following if you want to use the stable version:
composer require fawno/cakephp-datatables-helpers:@stable
- Load the plugin in your
src/Application.php:
$this->addPlugin('DataTables');
- Load the helpers you want in your
View/AppView.php:
$this->loadHelper('Table', [ 'className' => 'DataTables.Table', ]);
统计信息
- 总下载量: 57
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-12