irsyadulibad/codeigniter4-datatables
最新稳定版本:3.0.0
Composer 安装命令:
composer require irsyadulibad/codeigniter4-datatables
包简介
Server side DataTables library for CodeIgniter4 framework
README 文档
README
Library that will speed up you to create serverside DataTables API using the CodeIgniter v4 framework.
return datatables('users')->make(); // With Codeigniter4 Query Builder $query = db_connect()->table('table'); return datatables($query)->make();
Requirements
Installation
Composer Installation
Installation is best done via Composer, you may use the following command:
composer require irsyadulibad/codeigniter4-datatables
This will add the latest release of codeigniter4-datatables as a module to your project
Manual Installation
Should you choose not to use Composer to install, you can download this repo, extract and rename this folder to codeigniter4-datatables. Then enable it by editing app/Config/Autoload.php and adding the Irsyadulibad\DataTables namespace to the $psr4 array. For example, if you copied it into app/Libraries:
$psr4 = [ 'Config' => APPPATH . 'Config', APP_NAMESPACE => APPPATH, 'App' => APPPATH, 'Irsyadulibad\DataTables' => APPPATH .'Libraries/codeigniter4-datatables/src', ];
Documentations
make sure you match the documentation version with the library version you're using
Author's Profile:
Github: [https://github.com/irsyadulibad]
Website: [http://irsyadulibad.my.id]
Facebook: [https://facebook.com/irsyadulibad.dev]
统计信息
- 总下载量: 2.48k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 70
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-12-12