https://github.com/monkenwu/tablesigniter_ci3
Tableslgniter_CI3 is a Library base on CodeIgniter3. It will help you use jQuery Datatables in server side mode..
https://github.com/monkenwu/tablesigniter_ci3
ci3 codeigniter3 datatables-ajax datatables-serverside php
Last synced: 3 months ago
JSON representation
Tableslgniter_CI3 is a Library base on CodeIgniter3. It will help you use jQuery Datatables in server side mode..
- Host: GitHub
- URL: https://github.com/monkenwu/tablesigniter_ci3
- Owner: monkenWu
- Created: 2020-05-09T06:59:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T08:09:14.000Z (about 5 years ago)
- Last Synced: 2025-02-01T20:45:43.499Z (5 months ago)
- Topics: ci3, codeigniter3, datatables-ajax, datatables-serverside, php
- Language: PHP
- Homepage: https://tablesigniter-ci3.monken.tw/
- Size: 1.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TablesIgniterCI3
TablesIgniterCI3 is an addins base on CodeIgniter3. It will help you use jQuery Datatables in server side mode.
If you want to get CodeIgniter4 version of Tableslgniter you can go to this [git repository](https://github.com/monkenWu/TablesIgniter).
[Visit the sample website and read user guide.](https://tablesigniter-ci3.monken.tw/)
TablesIgniterCI3 基於 CodeIgniter3 。它將可以幫助你在 使用 server side mode 中使用 jQuery Datatables。
如果你希望取得 CodeIgniter4 版本的 Tableslgniter 你可以前往這個 [git儲存庫](https://github.com/monkenWu/TablesIgniter) 。
[造訪範例網站與使用指南](https://tablesigniter-ci3.monken.tw/)
## Install
### Prerequisites
1. CodeIgniter Framework 3.*### Install
Go to the git repository to download the latest library and store it in the libraries directory:
```
{yourProjectRoot}/application/libraries/TablesIgniterCI3.php
```
### Use LibraryDeclare the following code in the controller that will use TablesIgniterCI3.
```
$this->load->library("TablesIgniterCI3");
```